diff --git a/.github/workflows/update-build-release.yml b/.github/workflows/update-build-release.yml index 7ba0620..4c44cf5 100644 --- a/.github/workflows/update-build-release.yml +++ b/.github/workflows/update-build-release.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Install dependencies - run: pacman -Syy -q --noconfirm && pacman -S -q --noconfirm git jq nix python python-requests gcc-libs + run: pacman -Syy -q --noconfirm && pacman -S -q --noconfirm git jq nix python python-requests gcc-libs glibc - name: Checkout uses: actions/checkout@v4