File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments