Skip to content

Commit

Permalink
Upgrade to LLVM 19 on MinGW-w64 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed Nov 15, 2024
1 parent 5e0bbaa commit 9a00d41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mingw-w64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- name: Download Crystal source
uses: actions/checkout@v4

- name: Install LLVM 18
- name: Install LLVM 19
run: |
sudo apt remove 'llvm-*' 'libllvm*'
wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | sudo tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
sudo apt-add-repository -y deb http://apt.llvm.org/noble/ llvm-toolchain-noble-18 main
sudo apt install -y llvm-18-dev
sudo apt-add-repository -y deb http://apt.llvm.org/noble/ llvm-toolchain-noble-19 main
sudo apt install -y llvm-19-dev
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
Expand Down

0 comments on commit 9a00d41

Please sign in to comment.