Skip to content

Commit 7f92267

Browse files
committed
CI: force pkg metadata refresh on FreeBSD
The FreeBSD 15.0 CMake job occasionally fails at package install when the implicit pkg update during `pkg install` hits a truncated signature fingerprint fetch. pkg prints "repository is up to date" but leaves the on-disk index half-written, and the subsequent install can't read it. `pkg update -f` forces a clean re-fetch regardless of cached state.
1 parent 9faa534 commit 7f92267

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ jobs:
437437
release: ${{ matrix.version }}
438438
usesh: true
439439
prepare: |
440+
pkg update -f
440441
pkg install -y cmake
441442
run: |
442443
set -xe

0 commit comments

Comments
 (0)