Skip to content

Commit 1450c52

Browse files
committed
Update the CI configuration
1 parent cd412d2 commit 1450c52

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
libsdl2-mixer-dev \
5353
libsfml-dev \
5454
libvte-2.91-gtk4-dev \
55-
libvte-2.91-dev \
5655
libvulkan-dev \
5756
libx11-dev \
5857
freeglut3-dev \
@@ -280,7 +279,7 @@ jobs:
280279
- uses: vmactions/netbsd-vm@v1
281280
with:
282281
prepare: |
283-
pkgin -y install go pkgconf
282+
pkg_add go pkgconf || pkgin -y install go pkgconf
284283
run: |
285284
go build -v -buildvcs=false -o oh ./cmd/oh
286285
go vet ./...

0 commit comments

Comments
 (0)