Skip to content

Commit

Permalink
Add workaround for dubious ownership error
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Ilsen committed Sep 13, 2023
1 parent 80b8a03 commit 1b2c3b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
container: docker.io/ogdf/clang:15
steps:
- uses: actions/checkout@v3
- name: "Add workspace as a safe directory in containers"
run: git config --system --add safe.directory $GITHUB_WORKSPACE
- run: util/test_clang_format.sh
- run: util/test_eols.sh
- run: util/test_number_newlines.sh
Expand All @@ -35,6 +37,8 @@ jobs:
container: docker.io/ogdf/clang:15
steps:
- uses: actions/checkout@v3
- name: "Add workspace as a safe directory in containers"
run: git config --system --add safe.directory $GITHUB_WORKSPACE
- name: Test doxygen build
run: util/test_doxygen.sh

Expand Down Expand Up @@ -77,6 +81,8 @@ jobs:
echo "GH_COMPILER_NAME=${GH_COMPILER_NAME}" >> "$GITHUB_ENV"
shell: bash
- uses: actions/checkout@v3
- name: "Add workspace as a safe directory in containers"
run: git config --system --add safe.directory $GITHUB_WORKSPACE
- name: Set-up ccache
uses: hendrikmuhs/ccache-action@v1.2
with:
Expand Down

0 comments on commit 1b2c3b7

Please sign in to comment.