Skip to content

Commit

Permalink
Update ci-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed May 15, 2024
1 parent df1b813 commit 739a355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- name: install OpenMP
if: matrix.openmp == 'ON'
run: |
sudo apt-get install -y libomp5-14 libomp-dev
sudo apt-get install -y libomp5 libomp-dev
- name: Compile classic mode
run: |
Expand Down

0 comments on commit 739a355

Please sign in to comment.