feature/move-to-forgejo #1

Merged
Alexander Schäferdiek merged 10 commits from feature/move-to-forgejo into master 2023-08-17 22:31:24 +00:00
Showing only changes of commit ce150d24e8 - Show all commits

View file

@ -8,7 +8,8 @@ jobs:
- name: Prepare requirements
run: |
ldd --version
pacman -Sy --noconfirm nodejs-lts-hydrogen npm git
pacman -Syu --noconfirm
pacman -Sy --noconfirm nodejs npm git
pacman -Sy --noconfirm shellcheck rsync openssh
- uses: actions/checkout@v3