Skip to content

Commit

Permalink
win64 CI requires a different clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
dangmoody committed Jul 30, 2024
1 parent 60a5d25 commit a510999
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 @@ -28,7 +28,7 @@ jobs:
- name: Install Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "18.0"
version: "18.1.6"
directory: ${{ runner.temp }}/llvm

# - name: Install MinGW
Expand Down

0 comments on commit a510999

Please sign in to comment.