Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 00480e2

Browse files
Reset path env variable
1 parent 9d19c20 commit 00480e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ jobs:
172172
- name: Build image
173173
working-directory: packages/google-closure-compiler-linux
174174
run: |
175+
export PATH="$MUSL_HOME/bin:$PATH"
175176
cp ../google-closure-compiler-java/compiler.jar compiler.jar
176177
yarn run build
177178
- name: Tests
@@ -225,7 +226,6 @@ jobs:
225226
226227
# Extend the system path and confirm that musl is available by printing its version
227228
export PATH="$MUSL_HOME/bin:$PATH"
228-
echo "$path" >> $GITHUB_PATH
229229
x86_64-linux-musl-gcc --version
230230
231231
# Build zlib with musl from source and install into the MUSL_HOME directory
@@ -275,6 +275,7 @@ jobs:
275275
- name: Build image
276276
working-directory: packages/google-closure-compiler-linux-arm64
277277
run: |
278+
export PATH="$MUSL_HOME/bin:$PATH"
278279
cp ../google-closure-compiler-java/compiler.jar compiler.jar
279280
yarn run build
280281
- name: Tests

0 commit comments

Comments
 (0)