Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: noir-lang/noirup@v0.1.1
- uses: noir-lang/noirup@v0.1.3
Comment thread
TomAFrench marked this conversation as resolved.
Outdated
with:
version: 0.3.2
toolchain: 0.6.0
- run: nargo test
```

Expand Down