Skip to content

Commit

Permalink
Fix BSD CI ... hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Nov 16, 2022
1 parent 2b69a9c commit c8ed0c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: actions/checkout@v3
- name: test (freebsd, 1.18)
id: test
uses: vmactions/freebsd-vm@v0.2.0
uses: vmactions/freebsd-vm@v0
with:
usesh: true
prepare: pkg install -y go
Expand All @@ -102,7 +102,7 @@ jobs:
- uses: actions/checkout@v3
- name: test (openbsd, 1.17)
id: test
uses: vmactions/openbsd-vm@v0.0.6
uses: vmactions/openbsd-vm@v0
with:
prepare: pkg_add go
run: |
Expand All @@ -117,7 +117,7 @@ jobs:
- uses: actions/checkout@v3
- name: test (netbsd, 1.18)
id: test
uses: vmactions/netbsd-vm@v0.0.4
uses: vmactions/netbsd-vm@v0
with:
prepare: pkg_add go
# TODO: no -race for the same reason as OpenBSD (the timing; it does run).
Expand Down

0 comments on commit c8ed0c8

Please sign in to comment.