Skip to content

Commit ae91aa3

Browse files
ci: Propagate GITHUB_ACTIONS env var
1 parent 9a0a351 commit ae91aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
run: rake ${{ matrix.entry.prerelease }}[${{ inputs.prerel_name }}]
122122
if: ${{ inputs.prerel_name != '' && matrix.entry.prerelease != '' }}
123123
- name: rake ${{ matrix.entry.task }}
124-
run: docker run -v "$GITHUB_WORKSPACE:/home/me/build" -w /home/me/build -e "RUBYWASM_UID=$(id -u)" -e "RUBYWASM_GID=$(id -g)" -e "GNUMAKEFLAGS=-j$((1 + $(nproc --all)))" ${{ steps.builder-image.outputs.imageid }} rake --verbose ${{ matrix.entry.task }}
124+
run: docker run -v "$GITHUB_WORKSPACE:/home/me/build" -w /home/me/build -e "GITHUB_ACTIONS=$GITHUB_ACTIONS" -e "RUBYWASM_UID=$(id -u)" -e "RUBYWASM_GID=$(id -g)" -e "GNUMAKEFLAGS=-j$((1 + $(nproc --all)))" ${{ steps.builder-image.outputs.imageid }} rake --verbose ${{ matrix.entry.task }}
125125
- name: rake ${{ matrix.entry.test }}
126126
run: rake ${{ matrix.entry.test }}
127127
if: ${{ matrix.entry.test != '' }}

0 commit comments

Comments
 (0)