Skip to content

Commit

Permalink
Bump freebsd-vm action to v1 & use ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Nov 8, 2023
1 parent 91a9145 commit d638cf3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
job:
- { os: macos-12 , features: unix } ## GHA MacOS-11.0 VM won't have VirtualBox; refs: <https://github.com/actions/virtual-environments/issues/4060> , <https://github.com/actions/virtual-environments/pull/4010>
- { os: ubuntu-latest , features: feat_os_unix }
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
Expand All @@ -35,9 +35,10 @@ jobs:
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
- name: Prepare, build and test
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1.0.0
with:
usesh: true
sync: sshfs
# We need jq to run show-utils.sh and bash to use inline shell string replacement
prepare: pkg install -y curl sudo jq bash
run: |
Expand Down Expand Up @@ -114,7 +115,7 @@ jobs:
fail-fast: false
matrix:
job:
- { os: macos-12 , features: unix } ## GHA MacOS-11.0 VM won't have VirtualBox; refs: <https://github.com/actions/virtual-environments/issues/4060> , <https://github.com/actions/virtual-environments/pull/4010>
- { os: ubuntu-latest , features: feat_os_unix }
env:
mem: 4096
SCCACHE_GHA_ENABLED: "true"
Expand All @@ -125,10 +126,10 @@ jobs:
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
- name: Prepare, build and test
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1.0.0
with:
usesh: true
# sync: sshfs
sync: sshfs
prepare: pkg install -y curl gmake sudo
run: |
## Prepare, build, and test
Expand Down

0 comments on commit d638cf3

Please sign in to comment.