Skip to content

Commit 8148c79

Browse files
committed
ci: fix syntax error
1 parent 6422cbd commit 8148c79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cmake-build-ci.gen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,9 @@ jobs:
436436
env:
437437
CMAKE_BUILD_TYPE: "Release"
438438
BUILD_DOCS_MANGZ: "ON"
439+
<?php env_override("macOS")?>
439440
permissions:
440441
contents: read
441-
<?php env_override("macOS")?>
442442
continue-on-error: true
443443
steps:
444444
- uses: actions/checkout@v5

.github/workflows/cmake-build-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,12 @@ jobs:
221221
env:
222222
CMAKE_BUILD_TYPE: "Release"
223223
BUILD_DOCS_MANGZ: "ON"
224-
permissions:
225-
contents: read
226224
OS_VND: macOS #
227225
OS_VER: macos-15 #
228226
CC_VND: clang #
229227
CC_VER: cur
228+
permissions:
229+
contents: read
230230
continue-on-error: true
231231
steps:
232232
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)