Skip to content

Commit

Permalink
ci: Fix M1 Mac test
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Mar 22, 2024
1 parent 17454d2 commit 4703a8a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/merge-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,16 @@ jobs:
cargo nextest run --profile ci --workspace --cargo-profile dev-no-assertions -E 'test(circuit::gadgets)'
mac-m1:
if: github.event_name != 'pull_request' || github.event.action == 'enqueued'
#if: github.event_name != 'pull_request' || github.event.action == 'enqueued'
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@v4
with:
repository: lurk-lab/ci-workflows
- uses: ./.github/actions/install-deps
with:
packages: 'pkg-config libssl-dev protobuf-compiler libprotobuf-dev'
- name: Install dependencies
run: |
brew install protobuf
protoc --version
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit 4703a8a

Please sign in to comment.