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 5a62662 commit 6790dd7Copy full SHA for 6790dd7
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,12 @@ jobs:
10
11
steps:
12
- uses: actions/checkout@v3.5.2
13
-
+
14
+ #workaround for the github checkout not fully working right with containers
15
+ #see : https://github.com/actions/checkout/issues/2031
16
+ - name: Add git safe directory
17
+ run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
18
19
- name: Build
20
run: |
21
make -j2
0 commit comments