We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ec14f commit 4b3dfa2Copy full SHA for 4b3dfa2
.github/workflows/ci.yml
100755
100644
@@ -251,11 +251,11 @@ jobs:
251
- name: Compile
252
uses: vmactions/netbsd-vm@v1
253
with:
254
- release: '9.3'
+ release: '10.0'
255
usesh: true
256
prepare: |
257
PATH="/usr/pkg/sbin:/usr/pkg/bin:$PATH"
258
- PKG_PATH="https://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/9.3/All/"
+ PKG_PATH="https://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/10.0/All/"
259
export PATH PKG_PATH
260
/usr/sbin/pkg_add pkgin
261
pkgin -y install autoconf automake libtool ncurses ncursesw gmake git
0 commit comments