Skip to content

Commit

Permalink
Remove Debug on FreeBSD as it was taking too long
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Nov 7, 2023
1 parent 6f205d6 commit 4c801db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
- version: '9.2'
dependencies: |
pkg_add cmake ninja-build gcc10
build-type: [ Release, Debug ]
build-type: [ Release ]
# Don't abort runners if a single one fails
fail-fast: false
# Kill these jobs if they take too long.
Expand Down

0 comments on commit 4c801db

Please sign in to comment.