diff --git a/.forgejo/workflows/build-release.yml b/.forgejo/workflows/build-release.yml index cc71b86..c3f747d 100644 --- a/.forgejo/workflows/build-release.yml +++ b/.forgejo/workflows/build-release.yml @@ -137,7 +137,11 @@ jobs: key: cargo-${{ hashFiles('**/Cargo.lock') }} restore-keys: | cargo- - + - name: 🦀 Install Vulkan tools + run: | + apt update + apt install -y vulkan-tools glslc + - name: 🚀 Build release binary uses: https://github.com/actions-rs/cargo@v1 with: