Skip to content

Commit

Permalink
updated freebsd vmaction script to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Dec 6, 2023
1 parent fbe3e54 commit d00b12c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ezmlm-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ on:

jobs:
testfreebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: main
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: mbhangui/libqmail
path: libqmail
- name: build ezmlm
id: FreeBSD
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
Expand Down

0 comments on commit d00b12c

Please sign in to comment.