Skip to content

Commit

Permalink
pkgin
Browse files Browse the repository at this point in the history
  • Loading branch information
nmisch committed Apr 29, 2024
1 parent c861544 commit 0d4c9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/newbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: netbsd
architecture: x86-64
version: '10.0'
pkginstall: PKG_PATH=http://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/10.0/All /usr/sbin/pkg_add -v curl perl || true
pkginstall: pkgin install perl || true

- name: netbsd
architecture: arm64
version: '10.0'
pkginstall: PKG_PATH=http://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/aarch64/10.0/All /usr/sbin/pkg_add -v curl perl || true
pkginstall: pkgin install perl || true
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 0d4c9bb

Please sign in to comment.