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 7c5b68e commit 98cb9aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
shell: bash
run: |
choco upgrade mingw
export CC=x86_64-w64-mingw32-gcc
export CXX=x86_64-w64-mingw32-g++
export CC=C:/ProgramData/mingw64/mingw64/bin/x86_64-w64-mingw32-gcc
export CXX=C:/ProgramData/mingw64/mingw64/bin/x86_64-w64-mingw32-g++
- name: Utilize cached LLVM if available (Windows)
if: matrix.os == 'windows-latest'
uses: actions/cache@v2
Expand Down

0 comments on commit 98cb9aa

Please sign in to comment.