Add FreeBSD to bindist install action

This commit is contained in:
Julian Ospald 2024-02-03 17:03:45 +08:00
parent f6ef3672ba
commit 6c6e2241bb
No known key found for this signature in database
GPG Key ID: 4275CDA6A29BED43
1 changed files with 9 additions and 0 deletions

View File

@ -152,6 +152,15 @@ jobs:
with:
args: sh -c '.github/workflows/install-bindist.sh'
bindist-install-freebsd:
name: Install FreeBSD binary
runs-on: [self-hosted, FreeBSD, X64]
steps:
- uses: actions/checkout@v3
- name: Run build
run: .github/workflows/install-bindist.sh
validate:
name: ghcup-gen check
runs-on: ubuntu-latest