Skip to content

Commit

Permalink
Fix the sync dir and use the latest cross-platform-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zxombie committed Oct 27, 2023
1 parent 7c4e9a9 commit 18f6bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/native-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18f6bfe

Please sign in to comment.