Skip to content

Commit

Permalink
ci: more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Nov 11, 2023
1 parent 3e96ab8 commit 0c8f207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpactions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# - { name: FreeBSD, os: freebsd, os-version: 13.2, os-arch: x86-64, artifact: SDL-freebsd-x64,
# setup: 'sudo pkg update;', pkg: 'pgg', install-cmd: 'sudo pkg install -y' }
- { name: NetBSD, os: netbsd, os-version: 9.3, os-arch: x86-64, artifact: SDL-netbsd-x64,
setup: 'export PATH="/usr/pkg/sbin:/usr/pkg/bin:$PATH";export PKG_PATH="https://cdn.NetBSD.org/pub/pkgsrc/packages/$(uname)/$(uname -m)/$(uname -r)/All/";echo $PKG_PATH;sudo pkgin update',
setup: 'PATH="/usr/pkg/sbin:/usr/pkg/bin:$PATH";PKG_PATH="https://cdn.NetBSD.org/pub/pkgsrc/packages/$(uname)/$(uname -p)/$(uname -r|cut -f "1 2" -d.)/All/";export PATH PKG_PATH;echo "$PKG_PATH=$PKG_PATH";sudo pkg_add pkgin;sudo pkgin update',
pkg: 'pkg_add', install-cmd: 'sudo pkg_add' }

steps:
Expand Down

0 comments on commit 0c8f207

Please sign in to comment.