Skip to content

Commit 0d602d9

Browse files
committed
Try to fix bad substitution error V2.2
1 parent 81abd42 commit 0d602d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
-v ${{github.workspace}}:/workspace \
3838
-w /workspace \
3939
--env BUILD_TYPE=${{matrix.build_type}} \
40+
--user root \
4041
umf-ubuntu-20.04 \
4142
bash -c "
4243
apt-get update &&
@@ -76,6 +77,7 @@ jobs:
7677
-v ${{github.workspace}}:/workspace \
7778
-w /workspace \
7879
--env TOOL=${{ matrix.tool }} \
80+
--user root \
7981
umf-ubuntu-20.04 \
8082
bash -c "\
8183
apt-get update &&

0 commit comments

Comments
 (0)