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 6422cbd commit 8148c79Copy full SHA for 8148c79
.github/workflows/cmake-build-ci.gen
@@ -436,9 +436,9 @@ jobs:
436
env:
437
CMAKE_BUILD_TYPE: "Release"
438
BUILD_DOCS_MANGZ: "ON"
439
+<?php env_override("macOS")?>
440
permissions:
441
contents: read
-<?php env_override("macOS")?>
442
continue-on-error: true
443
steps:
444
- uses: actions/checkout@v5
.github/workflows/cmake-build-ci.yml
@@ -221,12 +221,12 @@ jobs:
221
222
223
224
- permissions:
225
- contents: read
226
OS_VND: macOS #
227
OS_VER: macos-15 #
228
CC_VND: clang #
229
CC_VER: cur
+ permissions:
+ contents: read
230
231
232
0 commit comments