Skip to content

Commit 1e1c847

Browse files
committed
update linux runner init command
1 parent 4fb6376 commit 1e1c847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/all_os.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
working-directory: ./GDL
9898
runs-on: ubuntu-22.04
9999
container:
100-
image: quay.io/pypa/manylinux_2_28_x86_64 # glibc 2.28 for older Linux compatibility
100+
image: quay.io/pypa/manylinux_2_28_x86_64 # glibc 2.28 for older Linux compatibility
101101
timeout-minutes: 80
102102
steps:
103103
- uses: actions/checkout@v3
@@ -146,7 +146,7 @@ jobs:
146146
- name: Install npm dependencies
147147
run: |
148148
source "$HOME/.cargo/env"
149-
npm run sudo-init
149+
npm run init
150150
chmod -R a+x node_modules
151151
- name: Iridium patchfix
152152
run: node iridium_patchfix.js

0 commit comments

Comments
 (0)