Skip to content

Commit

Permalink
Upgrade to LLVM 19
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Jan 5, 2025
1 parent e34c360 commit 7c5b68e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
if: matrix.os == 'windows-latest'
shell: bash
run: |
choco upgrade mingw
export CC=x86_64-w64-mingw32-gcc
export CXX=x86_64-w64-mingw32-g++
- name: Utilize cached LLVM if available (Windows)
Expand Down

0 comments on commit 7c5b68e

Please sign in to comment.