Skip to content

Commit

Permalink
chore: add todo to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Aug 7, 2023
1 parent 98ed3fd commit b6eac52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ concurrency:
cancel-in-progress: true

jobs:
# TODO: Replace this step with downloading a wasm binary from a set release of Barretenberg
build-barretenberg:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -142,7 +143,6 @@ jobs:
nargo_binary=${{ github.workspace }}/nargo/nargo
chmod +x $nargo_binary
$nargo_binary compile
- name: Install dependencies
working-directory: ./crates/wasm
Expand Down

0 comments on commit b6eac52

Please sign in to comment.