Skip to content

Commit

Permalink
.github/workflows/wasm32.yml: try to fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Feb 15, 2021
1 parent f8598b7 commit b5e0967
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 @@ -225,7 +225,7 @@ jobs:
- name: Set env variables
uses: ./github/env/
- run:
JS=$(pwd)/bin/js WASMDIR=$(pwd) make GITHUB=1 ARTIFACT=coreutils -k artifact-wasm32-native-coreutils!
JS=$(pwd)/wasm32/cross/bin/js WASMDIR=$(pwd) make GITHUB=1 ARTIFACT=coreutils -k artifact-wasm32-native-coreutils!
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# python:
Expand Down

0 comments on commit b5e0967

Please sign in to comment.