File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments