Skip to content

Commit

Permalink
chore: install nargo from current commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jul 28, 2023
1 parent 5029bad commit 7867b88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,14 @@ jobs:
uses: actions/checkout@v3
with:
repository: noir-lang/noir-wasm-testing
ref: use-injected-nargo
path: noir-wasm-testing

- name: Install nargo
runs: |
curl -L https://raw.githubusercontent.com/noir-lang/noirup/main/install | bash
noirup -p ./
- name: Inject built wasm into noir-wasm-testing
run: |
mkdir ./noir-wasm-testing/@noir-lang_noir_wasm
Expand Down

0 comments on commit 7867b88

Please sign in to comment.