Skip to content

Commit

Permalink
Use root user in container.
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas-uhl committed Mar 18, 2024
1 parent d37c231 commit 26291e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
timeout-minutes: 10
container:
image: "ghcr.io/kamping-site/kamping-ci:2024.1"
# fix suggested by https://github.com/actions/checkout/issues/956
options: --user root
continue-on-error: true
strategy:
matrix:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: self-hosted
container:
image: "ghcr.io/kamping-site/kamping-ci:2024.1"
# fix suggested by https://github.com/actions/checkout/issues/956
options: --user root
steps:
- uses: actions/checkout@v3
- name: Check formatting
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cmake-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: self-hosted
container:
image: "ghcr.io/kamping-site/kamping-ci:2024.1"
# fix suggested by https://github.com/actions/checkout/issues/956
options: --user root
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/doxygen-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
timeout-minutes: 10
container:
image: "ghcr.io/kamping-site/kamping-ci:2024.1"
# fix suggested by https://github.com/actions/checkout/issues/956
options: --user root
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 26291e7

Please sign in to comment.