Skip to content

Commit

Permalink
make compact.
Browse files Browse the repository at this point in the history
  • Loading branch information
michelp committed Aug 14, 2024
1 parent 5906d78 commit e9693f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/new_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
git clone https://github.com/DrTimothyAldenDavis/GraphBLAS.git
cd GraphBLAS
git checkout tags/v${{ matrix.config.grb_version }}
make && make install
make compact
sudo make install
cd ..
- name: Build project
run: |
Expand Down

0 comments on commit e9693f9

Please sign in to comment.