File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99jobs :
10- build- macos :
10+ macos-build :
1111 runs-on : macos-latest
1212
1313 steps :
1717 - name : Install Dependencies
1818 run : |
1919 brew update
20- brew install cmake ninja
20+ brew install --formula cmake ninja
2121 # Add any additional dependencies here
2222
2323 - name : Configure Build
3535 cd build
3636 cmake --build . --target install
3737
38+ # Note: The com.apple.quarantine attribute is a macOS extended attribute that
39+ # marks files as downloaded from the internet. When this flag is set, macOS’s
40+ # Gatekeeper enforces security checks, prompting users to confirm whether they
41+ # want to open the file. For developers who download the pre-built OpenXR Loader
42+ # using a web browser, they need to manually remove the quarantine attribute.
3843 - name : Add a note about the Quarantine flag
3944 run : |
4045 cd install
You can’t perform that action at this time.
0 commit comments