Execute Python script from the /Users/runner/VulkanSDK/1.3.250.1/ directory
This commit is contained in:
parent
8c7cd8dcf5
commit
219f0e06e7
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
cmake --build .
|
||||
|
||||
build_macOS:
|
||||
name: Mac
|
||||
name: Build Mac
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
@ -53,7 +53,9 @@ jobs:
|
|||
curl -O https://sdk.lunarg.com/sdk/download/latest/mac/vulkan_sdk.dmg
|
||||
hdiutil attach vulkan_sdk.dmg
|
||||
/Volumes/VulkanSDK/InstallVulkan.app/Contents/MacOS/InstallVulkan in -d --am --al --dl -aa -da --ns -c
|
||||
python /Users/runner/VulkanSDK/1.3.250.1/install_vulkan.py
|
||||
cd /Users/runner/VulkanSDK/1.3.250.1/
|
||||
python install_vulkan.py
|
||||
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