Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed May 10, 2024
1 parent 72dae2e commit b9ba23d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .actions/build-bsd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cat > "${MANIFEST}" <<- EOF
image: ${IMAGE}
packages:
- cmake
- llvm
- ${LLVM}
- pcsc-lite
EOF

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/bsd_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [freebsd/14.x, openbsd/7.4]
include:
- { image: freebsd/14.x, llvm: llvm }
- { image: openbsd/7.4, llvm: llvm%16 }
steps:
- uses: actions/checkout@v4
- name: dependencies
Expand All @@ -27,6 +29,7 @@ jobs:
sudo apt install -q -y curl jq
- name: build
env:
LLVM: ${{ matrix.llvm }}
IMAGE: ${{ matrix.image }}
SOURCEHUT_TOKEN: ${{ secrets.SOURCEHUT_TOKEN }}
run: ./.actions/build-bsd

0 comments on commit b9ba23d

Please sign in to comment.