Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Apr 5, 2024
1 parent 9bdf600 commit e4d3a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install gmp (Darwin)
run: brew install gmp
if: matrix.os != 'macos-latest'
if: matrix.os == 'macos-latest'
- name: Build Linux
run: bazel build --define clp=true -- //...
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit e4d3a9a

Please sign in to comment.