Skip to content

Commit

Permalink
fix OMP release bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tjira committed Dec 16, 2023
1 parent 8cd2cfb commit 38cb9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: sudo apt install -y libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev

- name: Configure Fractoid
run: cmake -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DGOMP=ON
run: cmake -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

- name: Build Fractoid
run: cmake --build build --parallel 2
Expand All @@ -45,7 +45,7 @@ jobs:
run: sudo apt install -y libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev

- name: Configure Fractoid
run: cmake -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
run: cmake -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DGOMP=ON

- name: Build Fractoid
run: cmake --build build --parallel 2
Expand Down

0 comments on commit 38cb9ec

Please sign in to comment.