Compare commits

..

1 Commits

Author SHA1 Message Date
0b73669832 Change to gitea actions
Some checks failed
Build and Upload RPMs / Build on AlmaLinux 8 (pull_request) Failing after 22s
Build and Upload RPMs / Upload RPMs (pull_request) Has been skipped
2024-09-07 18:30:05 +10:00

View File

@ -13,11 +13,6 @@ jobs:
container:
image: git.query.consul/unkin/almalinux8:latest
steps:
- name: Install node
run: |
dnf module enable node:20
dnf install -y node
- name: Checkout code
uses: actions/checkout@v3