diff options
| author | Sukka <isukkaw@gmail.com> | 2022-08-05 17:07:18 +0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-05 17:07:18 +0800 | 
| commit | a606ccf2a5f39d7af822b8e5d0bfbc63651750db (patch) | |
| tree | a5c04822c20ddee272735da746be0c4c32f7b33c /.github/workflows | |
| parent | 7dd833d544d257225fff12211fc3deb1e37e4a0e (diff) | |
| download | hiredict-a606ccf2a5f39d7af822b8e5d0bfbc63651750db.tar.xz | |
CI: use recommended `vmactions/freebsd-vm@v0`
Co-authored-by: Bjorn Svensson <bjorn.a.svensson@est.tech>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbc4ee5..c1e4f55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -133,7 +133,7 @@ jobs:            ref: ${{ env.GITHUB_HEAD_REF }}        - name: Build in FreeBSD -        uses: vmactions/freebsd-vm@v0.2.0 +        uses: vmactions/freebsd-vm@v0          with:            prepare: pkg install -y gmake cmake            run: | | 
