From 740f59a7eeeebdce63b4ed462e1f7cb1cda38245 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Wed, 25 Oct 2023 08:52:16 -0500 Subject: [PATCH] github/workflows: disable syncing files on freebsd 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*. *: https://github.com/cross-platform-actions/action/issues/64 --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ddbfd90b776db..d411fe2a98716 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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