Skip to content

Commit

Permalink
Attempt to fix the CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
fraggerfox committed Feb 22, 2024
1 parent a50f2ad commit ab929ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-build-netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
usesh: true
prepare: |
PATH="/usr/pkg/sbin:/usr/pkg/bin:$PATH"
PKG_PATH="https://cdn.NetBSD.org/pub/pkgsrc/packages"
PKG_PATH="https://cdn.NetBSD.org/pub/pkgsrc/packages/"
PKG_PATH="$PKG_PATH/NetBSD/amd64/9.3/All/"
export PATH PKG_PATH
pkg_add pkgin
/usr/sbin/pkg_add pkgin
pkgin install -y gmake gcc-10 coreutils git
git config --global --add safe.directory /home/runner/work/btop/btop
run: |
Expand Down

0 comments on commit ab929ef

Please sign in to comment.