Skip to content

Commit

Permalink
fix: add nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianjeng committed Feb 12, 2025
1 parent fa3e4a9 commit b2446b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v4
- name: install requirements
uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: curl xz-utils build-essential cmake m4 nasm libstdc++6
version: 1.0
- name: Circom prover tests
run: |
cd circom-prover
Expand Down

0 comments on commit b2446b3

Please sign in to comment.