Skip to content

Commit

Permalink
Revert "e!! Turn off Linux and Windows builds until Mac passes"
Browse files Browse the repository at this point in the history
This reverts commit 62901ef.
  • Loading branch information
claremacrae committed Aug 5, 2023
1 parent 2ee44ee commit 5fd2b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

Linux:
needs: clang-format
if: false # Disable this platform temporarily
# if: false # Disable this platform temporarily
runs-on: ubuntu-${{ matrix.os-version }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:

Windows:
needs: clang-format
if: false # Disable this platform temporarily
# if: false # Disable this platform temporarily
runs-on: windows-${{ matrix.os-version }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 5fd2b3c

Please sign in to comment.