Skip to content

Commit 483d3c6

Browse files
committed
fix(build): always do work use especially on new Go version
1 parent 2719392 commit 483d3c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/clone-pull-build-run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,7 @@ do_llamaSwap(){
193193
npm ci --prefer-offline --no-audit --no-fund # --omit=dev (--omit=dev prevents the installation of tsc)
194194
npm run build # requires "tsc"
195195
)
196-
197-
swap_in_work_file ||
196+
# always do `work use` especially on new Go version
198197
(
199198
log "set up $work_file"
200199
set -x

0 commit comments

Comments
 (0)