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 be4bfc4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- jb/noir-testing-workflow
- tom/noir-wasm-testing

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
Expand Down Expand Up @@ -31,8 +32,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 be4bfc4

Please sign in to comment.