Skip to content

Commit

Permalink
Allow failures on clang-18 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Feb 15, 2024
1 parent 8bf850a commit 7e84072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: |
ghcr.io/${{ github.repository }}:${{ matrix.entry.tag }}
# clang-18 is gone for some reason, but we hope it'll come back at some point.
continue-on-error: ${{ matrix.entry.tag == 'clang-18' }}

0 comments on commit 7e84072

Please sign in to comment.