fx actions 4
Some checks failed
Archlinux build / build (push) Failing after 16s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 21s

This commit is contained in:
Alexey Khromov 2025-04-12 15:32:47 +03:00
parent 8892e3f740
commit 4767b57ec9
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,7 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
pacman -S wget |
pacman -Sy && pacman -S wget |
ls ${{ gitea.basedir }} |
cd ${{gitea.basedir}} && wget http://zxprj:3001/zx/bforce/raw/branch/master/archlinux/bforce.install |
pwd && cd ${{gitea.basedir}} && wget http://zxprj:3001/zx/bforce/raw/branch/master/archlinux/PKGBUILD |

View File

@ -14,7 +14,6 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.basedir }} |
pwd
ls ${{ gitea.basedir }} && pwd
- run: echo "🍏 This job's status is ${{ gitea.status }}."