File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88 description : " LLVM version to install (e.g. 18)"
99 default : " 19"
1010 llgo :
11- description : " LLGo version to download (e.g. v0.12.1 )"
12- default : " v0.12.1 "
11+ description : " LLGo version to download (e.g. v0.12.14 )"
12+ default : " v0.12.14 "
1313runs :
1414 using : " composite"
1515 steps :
Original file line number Diff line number Diff line change 3939# Remove 'v' prefix from version if present
4040VERSION_NUMBER=" ${VERSION# v} "
4141FILENAME=" llgo${VERSION_NUMBER} .${OS} -${ARCH} .tar.gz"
42- URL=" https://github.com/goplus/llgo/releases/download/${VERSION} /${FILENAME} "
42+ # Use fork releases while upstream release is not available yet.
43+ URL=" https://github.com/luoliwoshang/llgo/releases/download/${VERSION} /${FILENAME} "
4344
4445echo " Downloading LLGo ${VERSION} for ${OS} -${ARCH} ..."
4546echo " URL: $URL "
Original file line number Diff line number Diff line change 2424 - ubuntu-latest
2525 - ubuntu-24.04-arm
2626 llvm : [19]
27- llgo : [v0.12.1 ]
27+ llgo : [v0.12.14 ]
2828 go : [1.23]
2929 fail-fast : false
3030 runs-on : ${{matrix.os}}
Original file line number Diff line number Diff line change 2424 - ubuntu-latest
2525 - ubuntu-24.04-arm
2626 llvm : [19]
27- llgo : [v0.12.1 ]
27+ llgo : [v0.12.14 ]
2828 go : [1.23]
2929 fail-fast : false
3030 runs-on : ${{matrix.os}}
6969 path : ${{env.LLCPPG_TEST_LOG_DIR}}
7070 retention-days : 1
7171 include-hidden-files : true
72-
Original file line number Diff line number Diff line change 2525 - macos-latest
2626 - ubuntu-latest
2727 llvm : [19]
28- llgo : [v0.12.1 ]
28+ llgo : [v0.12.14 ]
2929 go : [1.23]
3030 fail-fast : false
3131 runs-on : ${{matrix.os}}
You can’t perform that action at this time.
0 commit comments