From aa039e7f3069912c9aade5253c675e797eeb1e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Mon, 22 Jul 2024 13:06:08 +0200 Subject: [PATCH] [CI] Update LLVM 18 for wasm32-test --- .github/workflows/wasm32.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wasm32.yml b/.github/workflows/wasm32.yml index 8c14f476acfb..77285a60ebd6 100644 --- a/.github/workflows/wasm32.yml +++ b/.github/workflows/wasm32.yml @@ -22,14 +22,14 @@ jobs: with: wasmtime-version: "2.0.0" - - name: Install LLVM 13 + - name: Install LLVM run: | apt-get update apt-get install -y curl lsb-release wget software-properties-common gnupg curl -O https://apt.llvm.org/llvm.sh chmod +x llvm.sh - ./llvm.sh 13 - ln -s $(which wasm-ld-13) /usr/bin/wasm-ld + ./llvm.sh 18 + ln -s $(which wasm-ld-18) /usr/bin/wasm-ld - name: Download wasm32 libs run: |