Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlietzow authored Sep 7, 2023
1 parent 00bfcec commit 0f8dc1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: "Ubuntu compile.sh :: ${{ matrix.compiler }} :: ${{ matrix.generator }}"
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update -yy && sudo apt-get install -yy ninja-build
- run: sudo apt-get update -yy && sudo apt-get install -yy ninja-build libomp-dev
- uses: actions/checkout@v3
- run: ./compile.sh -f -c ${{ matrix.compiler }} -g ${{ matrix.generator }}
- run: ./src/build/tests -as
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get update -yy && sudo apt-get install -yy ninja-build libccfits-dev libcfitsio-dev
- run: sudo apt-get update -yy && sudo apt-get install -yy ninja-build libccfits-dev libcfitsio-dev libomp-dev
- run: |
mkdir build
cd build
Expand Down

0 comments on commit 0f8dc1a

Please sign in to comment.