Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Dec 7, 2023
1 parent d7433b6 commit 981fa80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build&test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ jobs:
image: docker.io/rust:latest

steps:
- name: Install
- name: Install Clang
run: apt update && apt install -y libclang-dev
- name: Setup | CMake
uses: jwlawson/[email protected]
with:
cmake-version: '3.24.0'
- name: Install Nargo
run: curl -L https://raw.githubusercontent.com/noir-lang/noirup/main/install | bash && noirup
- uses: actions/checkout@v3
- name: Build
working-directory: noir/tooling/noir_rs
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/run-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ jobs:
image: docker.io/rust:latest

steps:
- name: Install
- name: Install Clang
run: apt update && apt install -y libclang-dev
- name: Setup | CMake
uses: jwlawson/[email protected]
with:
cmake-version: '3.24.0'
- name: Install Nargo
run: curl -L https://raw.githubusercontent.com/noir-lang/noirup/main/install | bash && noirup
- uses: actions/checkout@v3
- name: Run noir/tooling/noir_rs/examples/poly_check_circuit
working-directory: noir/tooling/noir_rs/examples/poly_check_circuit
Expand Down

0 comments on commit 981fa80

Please sign in to comment.