Skip to content

Commit 305a887

Browse files
committed
fix build error
1 parent dbc5fee commit 305a887

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Configure Git safe directory with GITHUB_WORKSPACE
3434
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
3535

36+
- name: Set permissions for write-gitid.sh
37+
run: chmod +x write-gitid.sh
38+
3639
# Build documents via CMake
3740
- name: Build documents
3841
run: |

0 commit comments

Comments
 (0)