We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148961b commit 7559686Copy full SHA for 7559686
1 file changed
.github/workflows/ci.yml
@@ -83,6 +83,7 @@ jobs:
83
prepare: |
84
pkg install -y gmake git
85
run: |
86
+ git config --global --add safe.directory /home/runner/work/archspec_cpp/archspec_cpp
87
git submodule update --init --recursive
88
gmake
89
gmake check
0 commit comments