Skip to content

Commit a0467f4

Browse files
committed
fix: revert sccache
1 parent 042622c commit a0467f4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- uses: dsherret/rust-toolchain-file@v1
105105
with:
106106
targets: ${{ matrix.target }}
107-
- uses: mozilla-actions/[email protected].9
107+
- uses: mozilla-actions/[email protected].7
108108
- run: |
109109
# sometimes, dtolnay/rust-toolchain does not select the correct default target
110110
rustup target add ${{ matrix.target }}
@@ -171,7 +171,7 @@ jobs:
171171
fetch-depth: 0
172172
- uses: WyriHaximus/[email protected]
173173
id: latest-tag
174-
- uses: mozilla-actions/[email protected].9
174+
- uses: mozilla-actions/[email protected].7
175175

176176
- uses: metatypedev/setup-ghjk@b4ab7287a841fd5f8a4117f3efc14131c7ec62e1
177177
- env:

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
name: Setup sccache secrets
8888
run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
8989
- if: ${{ env.AWS_ACCESS_KEY_ID != '' }}
90-
uses: mozilla-actions/[email protected].9
90+
uses: mozilla-actions/[email protected].7
9191

9292
- uses: metatypedev/setup-ghjk@b4ab7287a841fd5f8a4117f3efc14131c7ec62e1
9393
- run: |
@@ -132,7 +132,7 @@ jobs:
132132
name: Setup sccache secrets
133133
run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
134134
- if: ${{ env.AWS_ACCESS_KEY_ID != '' }}
135-
uses: mozilla-actions/[email protected].9
135+
uses: mozilla-actions/[email protected].7
136136

137137
- uses: metatypedev/setup-ghjk@b4ab7287a841fd5f8a4117f3efc14131c7ec62e1
138138
with:
@@ -249,7 +249,7 @@ jobs:
249249
name: Setup sccache secrets
250250
run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
251251
- if: ${{ env.AWS_ACCESS_KEY_ID != '' }}
252-
uses: mozilla-actions/[email protected].9
252+
uses: mozilla-actions/[email protected].7
253253
# - name: Cache deno dir
254254
# uses: actions/cache@v4
255255
# with:

tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN set -eux; \
5454

5555
ARG GHJK_VERSION=v0.3.1-rc.1
5656
RUN curl -fsSL https://raw.githubusercontent.com/metatypedev/ghjk/$GHJK_VERSION/install.sh \
57-
| GHJK_INSTALL_EXE_DIR=/usr/bin sh
57+
| GHJK_INSTALL_EXE_DIR=/usr/bin VERSION=$GHJK_VERSION sh
5858

5959
COPY tools/ tools/
6060
COPY ghjk.ts .

tools/cross.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN set -eux \
3838
ENV GHJK_SHARE_DIR=/ghjk
3939
ARG GHJK_VERSION=v0.3.1-rc.1
4040
RUN curl -fsSL https://raw.githubusercontent.com/metatypedev/ghjk/$GHJK_VERSION/install.sh \
41-
| GHJK_INSTALL_EXE_DIR=/usr/bin GHJK_INSTALL_HOOK_SHELLS=bash sh
41+
| GHJK_INSTALL_EXE_DIR=/usr/bin GHJK_INSTALL_HOOK_SHELLS=bash VERSION=$GHJK_VERSION sh
4242

4343
WORKDIR /app
4444

0 commit comments

Comments
 (0)