Skip to content

Commit

Permalink
refactor(ci): move freebsd-builds to GitHub Actions, take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Dec 15, 2023
1 parent 3a1fe9c commit 3786b15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/actions-templates/freebsd-builds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ jobs: # skip-all
steps:
- name: Clone repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run a full build
uses: vmactions/freebsd-vm@v1
with:
release: 13.2
usesh: true
sync: sshfs
copyback: false
prepare: |
pkg install -y git gmake bash sudo
Expand Down

0 comments on commit 3786b15

Please sign in to comment.