Skip to content

Commit

Permalink
Quick-wrkrnd attempts for dubious failures in Windows and OSX debug b…
Browse files Browse the repository at this point in the history
…uilds.
  • Loading branch information
psiha committed May 23, 2024
1 parent 4d803f6 commit ac37a5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ jobs:
exclude:
- os: windows-latest
c_compiler: clang
- os: windows-latest
build_type: Debug
- os: ubuntu-latest
c_compiler: msvc
- os: macos-latest
c_compiler: msvc
- os: macos-latest
build_type: Debug

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ac37a5e

Please sign in to comment.