Skip to content

Commit

Permalink
adding -u root to fix github action error (actions/checkout#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPenuchot committed May 19, 2023
1 parent fd871ff commit 913f7b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ on: [push]
jobs:
archlinux-testing:
runs-on: self-hosted
container:
options: -u root
steps:
- name: Fetch current branch
uses: actions/checkout@v3
- name: Compiling and running ctbench tests on Archlinux
uses: ./.github/actions/run-tests-archlinux
ubuntu-testing:
runs-on: self-hosted
container:
options: -u root
steps:
- name: Fetch current branch
uses: actions/checkout@v3
Expand Down

0 comments on commit 913f7b2

Please sign in to comment.