Skip to content

Commit

Permalink
regress-gqa has known issues on OSX - disable for now so we can detec…
Browse files Browse the repository at this point in the history
…t other issues.
  • Loading branch information
starseeker committed Mar 24, 2021
1 parent df0f54f commit bd54af4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ jobs:
- name: Build
run: |
export PATH=$ENV{GITHUB_WORKSPACE}:$PATH
cmake --build build --config Release --target check
ninja -j1
#cmake --build build --config Release --target check
cmake --build build --config Release --target package
# For the moment the space demands are too extreme to enable this
Expand Down

0 comments on commit bd54af4

Please sign in to comment.