Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
fix netbsd ci 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Izder456 committed Aug 27, 2024
1 parent 052afd8 commit 1446d70
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci-netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ jobs:
usesh: true
sync: sshfs
prepare: |
# Bootstrap pkgin
ftp -o /tmp/pkg.tar.gz http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/9.0/All/pkg_install-20191008.tgz
tar -xzf /tmp/pkg.tar.gz -C /
export PATH="/usr/pkg/sbin:/usr/pkg/bin:$PATH"
pkg_add http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/9.0/All/pkgin-20.7.0.tgz
pkgin update
pkgin -y install elixir
/usr/sbin/pkg_add elixir
run: |
export PATH=$PATH:/usr/pkg/lib/erlang/bin
mix deps.get
Expand Down

0 comments on commit 1446d70

Please sign in to comment.