Skip to content

Commit

Permalink
openmp install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektrikAkar committed Dec 10, 2023
1 parent f78a67f commit 27e7b5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/macos-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v3


- name: install openmp
run: brew install libomp

- name: make build directory
run: mkdir build_dir

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:

- name: install compiler
run: sudo apt install ${{matrix.compiler}}
- run: sudo apt install libomp-dev

- name: make build directory
run: mkdir build_dir
Expand Down

0 comments on commit 27e7b5b

Please sign in to comment.