From 6061869143e31a077686d9b319d080ff886b6271 Mon Sep 17 00:00:00 2001 From: Chance Date: Sun, 20 Apr 2025 20:54:45 -0400 Subject: [PATCH] glslc x2 --- .forgejo/workflows/build-release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: