mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
test: strip in workflow
This commit is contained in:
parent
e00ea4da9a
commit
bb4fd560a0
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue