Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davschneller committed Jul 29, 2024
1 parent 38acee8 commit d420fc1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo ninja
# ninja install was not found
sudo cp *.a /usr/lib
sudo cp lib/*.a /usr/lib
- name: build
run: |
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ jobs:
sudo pip3 install numpy
sudo mkdir -p /opt/dependencies
- name: configure-googletest
run: |
cd /usr/src/googletest/googletest
sudo cmake ./CMakeLists.txt -Dgtest_disable_pthreads=ON -GNinja
sudo ninja
# ninja install was not found
sudo cp lib/*.a /usr/lib
- uses: actions/checkout@v4
with:
submodules: 'true'
Expand Down

0 comments on commit d420fc1

Please sign in to comment.