Skip to content

Commit

Permalink
Update github pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
goatastronaut0212 committed Sep 7, 2024
1 parent 7659fb9 commit 5ba1675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Setup VM, download dependencies to build and test in FreeBSD
- name: Setup VM, download dependencies to build and test in OpenBSD
id: test
uses: vmactions/openbsd-vm@v1
with:
usesh: true
prepare: |
pkg_add bash gmake go gcc pkgconf libX11 libXtst gtk3
pkg_add bash gmake go pkgconf gtk+3
run: |
gmake t && gmake build
Expand Down

0 comments on commit 5ba1675

Please sign in to comment.