Skip to content

Commit

Permalink
switch to cross-platform-actions
Browse files Browse the repository at this point in the history
The freebsd-vm action stopped to work, see
vmactions/freebsd-vm#74
  • Loading branch information
eserte committed Oct 26, 2023
1 parent 5d381c2 commit a692ee3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ jobs:
with:
clean: false
show-progress: false
- uses: vmactions/freebsd-vm@v0
- uses: cross-platform-actions/action@v0.20.0
with:
usesh: true
prepare: |
pkg install -y perl5
operating_system: freebsd
version: '13.2'
run: |
sudo pkg update
sudo pkg install -y perl5
perl Build.PL
./Build
./Build test
pkg install -y git p5-Config-IniFiles p5-Capture-Tiny p5-libwww p5-IPC-Run p5-Net-OpenSSH p5-Devel-Hide
sudo pkg install -y git p5-Config-IniFiles p5-Capture-Tiny p5-libwww p5-IPC-Run p5-Net-OpenSSH p5-Devel-Hide
./Build test

0 comments on commit a692ee3

Please sign in to comment.