From 18f6bfe67ba10d1ea890d647a066b056f2e37440 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Fri, 27 Oct 2023 22:14:56 +0100 Subject: [PATCH] Fix the sync dir and use the latest cross-platform-actions --- .github/workflows/native-tools.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/native-tools.yml b/.github/workflows/native-tools.yml index 5c27ee03d6223b..c2a72a48e94d5a 100644 --- a/.github/workflows/native-tools.yml +++ b/.github/workflows/native-tools.yml @@ -13,12 +13,12 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build - uses: cross-platform-actions/action@v0.15.0 + uses: cross-platform-actions/action@v0.21.0 with: operating_system: freebsd version: '13.2' shell: bash - sync_files: vm-to-runner + sync_files: runner-to-vm run: | sudo pkg install -y llvm16 git-lite mkdir -p ${HOME}/obj