Correct working directory
This commit is contained in:
parent
219f0e06e7
commit
22b5645e7e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
/Volumes/VulkanSDK/InstallVulkan.app/Contents/MacOS/InstallVulkan in -d --am --al --dl -aa -da --ns -c
|
||||
cd /Users/runner/VulkanSDK/1.3.250.1/
|
||||
python install_vulkan.py
|
||||
cd ../../../../
|
||||
cd ../../
|
||||
brew --prefix libomp
|
||||
cmake -G "Xcode" -DOpenMP_C_FLAGS=/usr/local/opt/libomp -DOpenMP_omp_LIBRARY=/usr/local/opt/libomp -DOpenMP_CXX_FOUND=/usr/local/opt/libomp
|
||||
cmake --build .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue