diff --git a/.github/workflows/publish-core.yml b/.github/workflows/publish-core.yml index c30e62f..6950cc1 100644 --- a/.github/workflows/publish-core.yml +++ b/.github/workflows/publish-core.yml @@ -236,7 +236,7 @@ jobs: strategy: fail-fast: false matrix: - freebsd-version: ['14.1', '14.0', '13.3', '13.2'] + freebsd-version: ['14.1', '14.0', '13.4', '13.3', '13.2'] # https://archive.freebsd.org/old-releases/amd64/ steps: @@ -249,7 +249,7 @@ jobs: - run: curl -LO https://raw.githubusercontent.com/adobe-fonts/source-code-pro/release/OTF/SourceCodePro-Light.otf - run: mv *.otf out/ - - uses: cross-platform-actions/action@v0.25.0 + - uses: cross-platform-actions/action@master with: operating_system: freebsd version: ${{ matrix.freebsd-version }} diff --git a/ppkg b/ppkg index 48ee628..d95224d 100755 --- a/ppkg +++ b/ppkg @@ -8509,7 +8509,7 @@ EOF __setup_freebsd() { SYSPM=pkg - run $sudo pkg update || true + #run $sudo pkg update || true run $sudo pkg install -y bash coreutils findutils gawk gsed gnugrep tree patch patchelf pkgconf go go-yq jq git curl libnghttp2 cmake ninja gmake gcc flex bison m4 run ln -s /usr/local/bin/gln bin/ln