Skip to content

Commit

Permalink
collect more about netbsd pkg_add
Browse files Browse the repository at this point in the history
  • Loading branch information
nmisch committed Apr 29, 2024
1 parent fd3e51e commit 9cc7e09
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: /usr/sbin/pkg_add curl perl
pkginstall: /usr/sbin/pkg_add -v curl perl || true

- name: netbsd
architecture: arm64
version: '10.0'
pkginstall: /usr/sbin/pkg_add curl perl
pkginstall: /usr/sbin/pkg_add -v curl perl || true
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 9cc7e09

Please sign in to comment.