We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999f1ac commit f653163Copy full SHA for f653163
.github/workflows/test.yml
@@ -14,6 +14,10 @@ jobs:
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v4
17
+ - name: Set up Go
18
+ uses: actions/setup-go@v5
19
+ with:
20
+ go-version: '1.22'
21
- name: Update Homebrew
22
if: matrix.llvm == 17 # needed as long as LLVM 17 is still fresh
23
run: brew update
@@ -34,6 +38,10 @@ jobs:
34
38
35
39
36
40
41
42
43
44
37
45
- name: Install LLVM
46
run: |
47
echo 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-${{ matrix.llvm }} main' | sudo tee /etc/apt/sources.list.d/llvm.list
0 commit comments