Skip to content

Commit

Permalink
Switch to cross-platform-actions/action@v0.19.1 for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed Oct 17, 2023
1 parent 915e285 commit e6578b6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -66,14 +66,18 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run ${{ matrix.test }} for ${{ matrix.manager }}
uses: vmactions/freebsd-vm@v0.2.0
uses: cross-platform-actions/action@v0.19.1
with:
usesh: true
envs: 'IGNORE_OSVERSION'
prepare: pkg install -y curl && curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
operating_system: freebsd
version: '13.2'
environment_variables: IGNORE_OSVERSION
shell: bash
run: |
sudo pkg install -y curl && \
curl https://sh.rustup.rs -sSf | \
sh -s -- -y --profile minimal
. "$HOME/.cargo/env"
cargo test -p system-tests ${{ matrix.test }} -- --nocapture
sudo --preserve-env cargo test -p system-tests ${{ matrix.test }} -- --nocapture
test-alpine-openrc:
name: "Test Rust stable for ${{ matrix.test }} w/ ${{ matrix.manager }} (Alpine Linux)"
runs-on: ubuntu-latest
Expand Down

0 comments on commit e6578b6

Please sign in to comment.