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 dbc5fee commit 305a887Copy full SHA for 305a887
.github/workflows/ci.yml
@@ -33,6 +33,9 @@ jobs:
33
- name: Configure Git safe directory with GITHUB_WORKSPACE
34
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
35
36
+ - name: Set permissions for write-gitid.sh
37
+ run: chmod +x write-gitid.sh
38
+
39
# Build documents via CMake
40
- name: Build documents
41
run: |
0 commit comments