mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-16 12:11:05 +01:00
fix yaml
This commit is contained in:
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@@ -7,15 +7,16 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
name: A job to run test in FreeBSD
|
||||
env:
|
||||
PATH: "$PATH:/jail/bin
|
||||
PATH: "$PATH:/jail/bin"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Test in FreeBSD
|
||||
id: testjaildk
|
||||
uses: vmactions/freebsd-vm@v1
|
||||
id: testjaildk
|
||||
with:
|
||||
release: "14.1"
|
||||
envs: 'PATH'
|
||||
envs: "PATH"
|
||||
usesh: true
|
||||
prepare: |
|
||||
pkg install -y curl
|
||||
|
||||
Reference in New Issue
Block a user