Skip to content

Commit

Permalink
workflow: fix pr build for v2 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigTag authored Nov 14, 2024
1 parent 08a273a commit 4388d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
run: |
touch .env
echo NAVIGATION_DATA_SIGNED_URL=${{ secrets.NAVIGATION_DATA_SIGNED_URL }} >> .env
echo NAVIGATION_DATA_SIGNED_URL_V2=${{ secrets.NAVIGATION_DATA_SIGNED_URL_V2 }} >> .env
- name: Build WASM module
run: npm run build:wasm-workflow
Expand Down

0 comments on commit 4388d15

Please sign in to comment.