88
88
run : echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
89
89
- if : ${{ env.AWS_ACCESS_KEY_ID != '' }}
90
90
uses :
mozilla-actions/[email protected]
91
- - uses : metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc
91
+ # - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc
92
+ - run : curl -fsSL https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh | bash
93
+ - run : echo "~/.local/bin" >> $GITHUB_PATH
94
+ - run : ghjk envs cook
95
+
92
96
- shell : bash
93
97
run : |
94
98
sudo apt update && sudo apt install -y --no-install-recommends libclang-dev clang
@@ -131,10 +135,14 @@ jobs:
131
135
run : echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
132
136
- if : ${{ env.AWS_ACCESS_KEY_ID != '' }}
133
137
uses :
mozilla-actions/[email protected]
134
- - uses : metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc
135
- with :
136
- # temporary fix
137
- cache-key-prefix : ${{ matrix.os }}
138
+ # - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc
139
+ # with:
140
+ # # temporary fix
141
+ # cache-key-prefix: ${{ matrix.os }}
142
+ - run : curl -fsSL https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh | bash
143
+ - run : echo "~/.local/bin" >> $GITHUB_PATH
144
+ - run : ghjk envs cook
145
+
138
146
- if : ${{ matrix.cross }}
139
147
shell : bash
140
148
env :
@@ -158,7 +166,11 @@ jobs:
158
166
# with:
159
167
# path: ${{ env.DENO_DIR }}
160
168
# key: deno-mac-${{ hashFiles('**/deno.lock') }}
161
- - uses : metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc
169
+ # - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc
170
+ - run : curl -fsSL https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh | bash
171
+ - run : echo "~/.local/bin" >> $GITHUB_PATH
172
+ - run : ghjk envs cook
173
+
162
174
- name : Cache .venv dir
163
175
uses : actions/cache@v4
164
176
with :
@@ -263,9 +275,13 @@ jobs:
263
275
- run : |
264
276
sudo apt update
265
277
sudo apt install -y --no-install-recommends zstd
266
- - uses : metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc
267
- with :
268
- cache-disable : true
278
+ # - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc
279
+ # with:
280
+ # cache-disable: true
281
+ - run : curl -fsSL https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh | bash
282
+ - run : echo "~/.local/bin" >> $GITHUB_PATH
283
+ - run : ghjk envs cook
284
+
269
285
- shell : bash
270
286
run : |
271
287
# the big run
0 commit comments