Skip to content

Commit

Permalink
Update wasm32.yml
Browse files Browse the repository at this point in the history
Pass envvars when building miniperl
  • Loading branch information
pipcet authored Jan 25, 2021
1 parent 63649cc commit 66d2b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasm32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ jobs:
submodules: false
- name: Set env variables
uses: ./github/env/
- run: make GITHUB=1 -k artifact-miniperl!
- run: WASMDIR=$(pwd) JS=$(pwd)/bin/js make GITHUB=1 -k artifact-miniperl!
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 66d2b7d

Please sign in to comment.