Skip to content

Commit 27d2772

Browse files
committed
Switched to root user to workaround permission errors due to actions/checkout/issues/1014
1 parent a6195fd commit 27d2772

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/example-testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
shell: bash -l {0}
1515
container:
1616
image: jammont/isofit:amd64
17+
options: --user root
1718

1819
steps:
1920
- name: Checkout

.github/workflows/py-hypertrace.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
shell: bash -l {0}
1111
container:
1212
image: jammont/isofit:amd64
13+
options: --user root
1314

1415
steps:
1516
- name: Checkout

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
shell: bash -l {0}
1313
container:
1414
image: jammont/isofit:amd64
15+
options: --user root
1516

1617
steps:
1718
- name: Enable ISOFIT Environment

.github/workflows/utils-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
shell: bash -l {0}
1111
container:
1212
image: jammont/isofit:amd64
13+
options: --user root
1314

1415
steps:
1516
- name: Checkout
@@ -45,6 +46,7 @@ jobs:
4546
shell: bash -l {0}
4647
container:
4748
image: jammont/isofit:amd64
49+
options: --user root
4850

4951
steps:
5052
- name: Checkout

0 commit comments

Comments
 (0)