File tree Expand file tree Collapse file tree 3 files changed +3
-42
lines changed
Expand file tree Collapse file tree 3 files changed +3
-42
lines changed Original file line number Diff line number Diff line change 3636 run : |
3737 curl -LS -o vulkansdk.tar.xz https://sdk.lunarg.com/sdk/download/1.4.309.0/linux/vulkansdk-linux-x86_64-1.4.309.0.tar.xz
3838 mkdir -p vulkan_sdk
39- tar xf vulkansdk.tar.xz -C " vulkan_sdk"
39+ tar xf vulkansdk.tar.xz -C vulkan_sdk
4040 rm -rf vulkansdk.tar.xz
4141
4242 export VULKAN_SDK=$GITHUB_WORKSPACE/vulkan_sdk/1.4.309.0/x86_64
@@ -57,13 +57,12 @@ jobs:
5757 CXX : ${{matrix.cxx}}
5858 CXXFLAGS : ${{matrix.cxxflags}}
5959 run : |
60- cmake -DCPM_SOURCE_CACHE=~/cpm-cache \
61- -DCMAKE_BUILD_TYPE=${{matrix.build_type}} \
60+ cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} \
6261 -DVMA_BUILD_SAMPLES=YES \
6362 $GITHUB_WORKSPACE
6463
6564 - name : Build
6665 working-directory : ${{runner.workspace}}/build
6766 run : |
6867 threads=`nproc`
69- cmake --build . --target VmaCompilationTest -- config ${{matrix.build_type}} --parallel $threads
68+ cmake --build . --config ${{matrix.build_type}} --parallel $threads
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments