From 7e0a8c52c2e6d1a00cdc2f3fc161dc60dcc5ca6e Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Wed, 25 Oct 2023 08:52:16 -0500 Subject: [PATCH] github/workflows: only sync files from runner to vm for freebsd 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*. *: 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..3827dc53b4ba1 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: runner-to-vm version: '13.2' run: | sudo pkg update