Compare commits

...

1 commit

Author SHA1 Message Date
84cefe6c04
to be squashed: add node
Some checks failed
/ build (push) Failing after 37s
2025-02-12 18:44:21 +01:00

View file

@ -17,6 +17,8 @@ jobs:
- name: Install packages - name: Install packages
run: | run: |
apk update apk update
# For CI actions.
apk add nodejs-current
# For uploading. # For uploading.
apk add rsync openssh apk add rsync openssh