Skip to content

Commit

Permalink
Fix ubuntu CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Oct 13, 2023
1 parent c98863c commit f1912bc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
XPRS_LIB_Path: ${{ github.workspace }}/xpress/lib

steps:
- run: |
sudo apt-get update
- uses: actions/checkout@v3
with:
submodules: true
Expand Down Expand Up @@ -58,7 +55,7 @@ jobs:
- name: Install mandatory system libraries
run: |
sudo apt-get update --fix-missing
sudo apt-get install -y ccache libjsoncpp-dev libgtest-dev libboost-mpi-dev libboost-program-options-dev libtbb-dev
sudo apt-get install -y libjsoncpp-dev libgtest-dev libboost-mpi-dev libboost-program-options-dev libtbb-dev
cd /usr/src/googletest/
cmake .
cmake --build .
Expand Down

0 comments on commit f1912bc

Please sign in to comment.