Skip to content

Commit

Permalink
github/workflows: only sync files from runner to vm for freebsd
Browse files Browse the repository at this point in the history
This option was just added to the new release tag so bump it to 0.20. We
don't care about syncing files back to the runner, so only sync one way
to the VM to hopefully make one type of error related to ejecting the
hard drive rarer*.

*: cross-platform-actions/action#64
  • Loading branch information
Dudemanguy committed Oct 25, 2023
1 parent 48ac521 commit 7e0a8c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Test in FreeBSD VM
uses: cross-platform-actions/action@v0.19.1
uses: cross-platform-actions/action@v0.20.0
with:
operating_system: freebsd
sync_files: runner-to-vm
version: '13.2'
run: |
sudo pkg update
Expand Down

0 comments on commit 7e0a8c5

Please sign in to comment.