Skip to content

Commit

Permalink
Enable Clang in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vector-of-bool committed Apr 26, 2024
1 parent 713a2f6 commit 3c1d3eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
build-clang16:
name: Build for Clang 16
runs-on: ubuntu-latest
if: ${{false}} # Skipped
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -51,7 +50,6 @@ jobs:
build-clang17:
name: Build for Clang 17
runs-on: ubuntu-latest
if: ${{false}} # Skipped
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 3c1d3eb

Please sign in to comment.