From bb4fd560a0553900b78c71946429919ec9e4ebd6 Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Thu, 24 Jul 2025 18:56:20 +0200 Subject: [PATCH] test: strip in workflow --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 837070d..32f412d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,9 +10,9 @@ jobs: - name: Install build dependencies uses: awalsh128/cache-apt-pkgs-action@latest with: - packages: build-essential - clang clang-tools llvm - git cmake ninja-build + packages: git + clang llvm + cmake ninja-build libvulkan-dev version: 1.0 execute_install_scripts: true @@ -30,7 +30,7 @@ jobs: ninja -C build - name: Install with CMake run: | - cmake --install build + cmake --install build --strip - name: Upload lsfg-vk artifact uses: actions/upload-artifact@v4 with: