We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04856e commit de94051Copy full SHA for de94051
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
sudo apt update
29
- sudo apt install build-essential clang-15 lld-15 wget libcurl4-openssl-dev mingw-w64 mingw-w64-x86-64-dev
+ sudo apt install build-essential clang-18 lld-18 wget libcurl4-openssl-dev mingw-w64 mingw-w64-x86-64-dev
30
31
- name: Download cURL for Windows
32
run: wget https://curl.se/windows/dl-8.8.0_3/curl-8.8.0_3-win64-mingw.zip
0 commit comments