diff --git a/.gitea/workflows/run_build.yaml b/.gitea/workflows/run_build.yaml index 13df846..9b1584c 100644 --- a/.gitea/workflows/run_build.yaml +++ b/.gitea/workflows/run_build.yaml @@ -8,7 +8,7 @@ jobs: image: archlinux:multilib-devel steps: - name: Install things - run: pacman -Sy --noconfirm sdl2 mesa-utils exiv2 cmake nodejs git + run: pacman -Sy --noconfirm sdl2 mesa-utils exiv2 cmake nodejs git && pacman -Syu --noconfirm - name: Check out repository code uses: actions/checkout@v4 - name: Run ls