Skip to content

Commit

Permalink
remove the install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Dec 25, 2024
1 parent 58e6507 commit 0bc8979
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,11 @@ jobs:
C_INCLUDE_PATH: '/opt/homebrew/include'
CPLUS_INCLUDE_PATH: '/opt/homebrew/include'
run: |
sh install_deps.sh
cmake ./
make
- name: Build
if: runner.os == 'Linux'
run: |
sh install_deps.sh
cmake ./
make

0 comments on commit 0bc8979

Please sign in to comment.