From 42a48a5ac541c50e90d3610951d55e4150fbc1b1 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Sun, 10 Dec 2023 16:10:35 +0800 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 952495d2..fdf19315 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: - name: Update Homebrew if: matrix.llvm == 17 # needed as long as LLVM 17 is still fresh run: brew update - - name: Install LLVM {{ matrix.llvm }} + - name: Install LLVM ${{ matrix.llvm }} run: HOMEBREW_NO_AUTO_UPDATE=1 brew install llvm@${{ matrix.llvm }} - name: Set up Go @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Install LLVM {{ matrix.llvm }} + - name: Install LLVM ${{ matrix.llvm }} run: | echo 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-${{ matrix.llvm }} main' | sudo tee /etc/apt/sources.list.d/llvm.list wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -