We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb6376 commit 1e1c847Copy full SHA for 1e1c847
.github/workflows/all_os.yml
@@ -97,7 +97,7 @@ jobs:
97
working-directory: ./GDL
98
runs-on: ubuntu-22.04
99
container:
100
- image: quay.io/pypa/manylinux_2_28_x86_64 # glibc 2.28 for older Linux compatibility
+ image: quay.io/pypa/manylinux_2_28_x86_64 # glibc 2.28 for older Linux compatibility
101
timeout-minutes: 80
102
steps:
103
- uses: actions/checkout@v3
@@ -146,7 +146,7 @@ jobs:
146
- name: Install npm dependencies
147
run: |
148
source "$HOME/.cargo/env"
149
- npm run sudo-init
+ npm run init
150
chmod -R a+x node_modules
151
- name: Iridium patchfix
152
run: node iridium_patchfix.js
0 commit comments