|
|
@@ -82,7 +82,7 @@ jobs:
|
|
|
# Make sure "git describe --tags" works for solang --version
|
|
|
fetch-depth: 0
|
|
|
- name: Download LLVM
|
|
|
- run: curl -sSL -o c:\llvm.zip https://github.com/hyperledger-labs/solang/releases/download/llvm13.0-1/llvm13.0-win.zip
|
|
|
+ run: curl -sSL -o c:\llvm.zip https://github.com/hyperledger-labs/solang/releases/download/v0.1.11/llvm13.0-win.zip
|
|
|
- name: Extract LLVM
|
|
|
run: unzip c:\llvm.zip -d c:/
|
|
|
- name: Add LLVM to Path
|
|
|
@@ -116,7 +116,7 @@ jobs:
|
|
|
# Make sure "git describe --tags" works for solang --version
|
|
|
fetch-depth: 0
|
|
|
- name: Download LLVM
|
|
|
- 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
|
|
|
+ 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
|
|
|
- name: Extract LLVM
|
|
|
run: tar Jxf llvm13.0-mac-arm.tar.xz
|
|
|
- name: Add LLVM to Path
|
|
|
@@ -140,7 +140,7 @@ jobs:
|
|
|
# Make sure "git describe --tags" works for solang --version
|
|
|
fetch-depth: 0
|
|
|
- name: Download LLVM
|
|
|
- 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
|
|
|
+ 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
|
|
|
- name: Extract LLVM
|
|
|
run: tar Jxf llvm13.0-mac-intel.tar.xz
|
|
|
- name: Add LLVM to Path
|