Skip to content

Commit f48725a

Browse files
committed
fix ci
1 parent c16f8d5 commit f48725a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/all_os.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "" > crates/carbon_repos/src/db.rs
3232
cargo fmt --check
3333
- run: |
34-
npm run sudo-init
34+
npm run init
3535
chmod -R a+x node_modules
3636
- name: Iridium patchfix
3737
run: node iridium_patchfix.js
@@ -98,9 +98,9 @@ jobs:
9898
runs-on: ubuntu-22.04
9999
container:
100100
image: quay.io/pypa/manylinux_2_28_x86_64 # glibc 2.28 for older Linux compatibility
101-
env:
102-
PYTHON: /usr/bin/python3.9
103101
timeout-minutes: 80
102+
env:
103+
PYTHON: /usr/bin/python3.9
104104
steps:
105105
- uses: actions/checkout@v3
106106
with:
@@ -141,8 +141,7 @@ jobs:
141141
rustc --version
142142
cargo --version
143143
- name: Install Python 3.9
144-
run: |
145-
yum install -y python39
144+
run: yum install -y python39
146145
- name: Prepare
147146
run: |
148147
source "$HOME/.cargo/env"
@@ -154,7 +153,9 @@ jobs:
154153
npm run init
155154
chmod -R a+x node_modules
156155
- name: Iridium patchfix
157-
run: node iridium_patchfix.js
156+
run: |
157+
source "$HOME/.cargo/env"
158+
node iridium_patchfix.js
158159
- name: Prisma codegen
159160
env:
160161
CARGO_INCREMENTAL: 0

0 commit comments

Comments
 (0)