diff --git a/.gitea/workflows/arch.yaml b/.gitea/workflows/arch.yaml index e2f5be8..1549841 100644 --- a/.gitea/workflows/arch.yaml +++ b/.gitea/workflows/arch.yaml @@ -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 | diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index b695293..4c3aa7c 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -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 }}."