Skip to content

Commit

Permalink
Go support in GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin committed Feb 23, 2024
1 parent c2ff406 commit 91aaec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
go-version-file: './gnark-prover/go.mod'
- name: Build
run: |
cd gnark prover
cd gnark-prover
go build
- name: Build and test
Expand Down

0 comments on commit 91aaec1

Please sign in to comment.