Skip to content

Commit

Permalink
Install config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yey007 committed Nov 6, 2024
1 parent 08f5ea4 commit 6d1616d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,10 @@ jobs:
git clone https://github.com/cornellev/libcmdapp2.git
cd libcmdapp2
sudo make install
- name: Install libconfig
run: |
git clone https://github.com/cornellev/config
cd config
sudo make install
- name: Run benchmarks
run: make bench OPT=RELEASE

0 comments on commit 6d1616d

Please sign in to comment.