Skip to content

Commit f6ccf65

Browse files
xwovrrpavlik
authored andcommitted
further update
1 parent cef5c3d commit f6ccf65

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/macos-build-preset.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
build-macos:
10+
macos-build:
1111
runs-on: macos-latest
1212

1313
steps:
@@ -17,7 +17,7 @@ jobs:
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
@@ -35,6 +35,11 @@ jobs:
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

0 commit comments

Comments
 (0)