Skip to content

Commit

Permalink
github/workflows: disable syncing files on 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, so disable it since it should prevent a
one type of error related to ejecting the hard drive*.

*: cross-platform-actions/action#64
  • Loading branch information
Dudemanguy committed Oct 25, 2023
1 parent 48ac521 commit 740f59a
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: false
version: '13.2'
run: |
sudo pkg update
Expand Down

0 comments on commit 740f59a

Please sign in to comment.