We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ca76d commit 8edea88Copy full SHA for 8edea88
.github/workflows/macos.yml
@@ -16,7 +16,6 @@ jobs:
16
- name: Install Vulkan SDK
17
uses: jakoch/install-vulkan-sdk-action@v1
18
with:
19
- vulkan_version: 1.4.313.0
20
optional_components: com.lunarg.vulkan.volk
21
install_runtime: true
22
cache: true
@@ -27,9 +26,6 @@ jobs:
27
26
cmake -S . -B build -G "Unix Makefiles"
28
cmake --build build -j8
29
sudo cmake --install build
30
- codesign --remove-signature ./build/iris.app
31
- codesign --force --deep -s - ./build/iris.app
32
- codesign -vvvv ./build/iris.app
33
mkdir -p ./build/dist
34
cp -R ./build/iris.app ./build/dist
35
- uses: actions/upload-artifact@v4
0 commit comments