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 27, 2024
1 parent 31470cd commit 1b46035
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
run: |
python3 -m pip install gdown
python3 scripts/download_data.py
- name: Install nauty
run: sudo apt-get install -y libnauty2-dev
if: matrix.os == 'ubuntu-latest'
- name: Build
run: |
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 1b46035

Please sign in to comment.