Skip to content

Commit

Permalink
Last CI fix, should pass after this.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Apr 17, 2022
1 parent 2e6ec8e commit 28ed462
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/installability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
shell: bash
run: |
git config --global core.longpaths true
sudo apt-get remove -y libssl-dev
sudo apt-get autoremove
if [ "${{ matrix.os }}" = "ubuntu-18.04" ]; then
sudo apt-get remove -y libssl-dev
sudo apt-get autoremove
fi
if [ "${{ matrix.configuration }}" = "status_code" ]; then
export CMAKE_CONFIGURE_OPTIONS="-DLLFIO_USE_EXPERIMENTAL_SG14_STATUS_CODE=ON"
fi
Expand Down

0 comments on commit 28ed462

Please sign in to comment.