Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Oct 26, 2024
1 parent 2cea00b commit c0e1eeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion ppkg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0e1eeb

Please sign in to comment.