Skip to content

Commit f0ec252

Browse files
committed
Use the correct version of llvm for testing
Note that these llvm files won't be available until the release had been tagged. Signed-off-by: Sean Young <[email protected]>
1 parent 0275410 commit f0ec252

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# Make sure "git describe --tags" works for solang --version
8383
fetch-depth: 0
8484
- name: Download LLVM
85-
run: curl -sSL -o c:\llvm.zip https://github.com/hyperledger-labs/solang/releases/download/llvm13.0-1/llvm13.0-win.zip
85+
run: curl -sSL -o c:\llvm.zip https://github.com/hyperledger-labs/solang/releases/download/v0.1.11/llvm13.0-win.zip
8686
- name: Extract LLVM
8787
run: unzip c:\llvm.zip -d c:/
8888
- name: Add LLVM to Path
@@ -116,7 +116,7 @@ jobs:
116116
# Make sure "git describe --tags" works for solang --version
117117
fetch-depth: 0
118118
- name: Download LLVM
119-
run: curl -L --output llvm13.0-mac-arm.tar.xz https://github.com/hyperledger-labs/solang/releases/download/llvm13.0-1/llvm13.0-mac-arm.tar.xz
119+
run: curl -L --output llvm13.0-mac-arm.tar.xz https://github.com/hyperledger-labs/solang/releases/download/v0.1.11/llvm13.0-mac-arm.tar.xz
120120
- name: Extract LLVM
121121
run: tar Jxf llvm13.0-mac-arm.tar.xz
122122
- name: Add LLVM to Path
@@ -140,7 +140,7 @@ jobs:
140140
# Make sure "git describe --tags" works for solang --version
141141
fetch-depth: 0
142142
- name: Download LLVM
143-
run: wget -q -O llvm13.0-mac-intel.tar.xz https://github.com/hyperledger-labs/solang/releases/download/llvm13.0-1/llvm13.0-mac-intel.tar.xz
143+
run: wget -q -O llvm13.0-mac-intel.tar.xz https://github.com/hyperledger-labs/solang/releases/download/v0.1.11/llvm13.0-mac-intel.tar.xz
144144
- name: Extract LLVM
145145
run: tar Jxf llvm13.0-mac-intel.tar.xz
146146
- name: Add LLVM to Path

0 commit comments

Comments
 (0)