Skip to content

Commit

Permalink
[TEST] Remove swig package via apt
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Oct 1, 2024
1 parent d24a09f commit 5f1ca90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
path: .deps/swig

- name: Install dependencies via apt
run: sudo apt-get install -qq ccache libeigen3-dev bison googletest
run: sudo apt-get install -qq ccache libeigen3-dev bison googletest && sudo apt-get remove -y -qq swig

- name: Set up CMake
uses: jwlawson/actions-setup-cmake@v2
Expand Down

0 comments on commit 5f1ca90

Please sign in to comment.