diff options
| author | Andreas T Jonsson <mail@andreasjonsson.se> | 2024-05-02 14:50:13 +0200 |
|---|---|---|
| committer | Andreas T Jonsson <mail@andreasjonsson.se> | 2024-05-02 14:50:13 +0200 |
| commit | ecaa26710b3d4be658c48d1dde3803258ee442b0 (patch) | |
| tree | 9df37e6e75c48bd23e967a99850de42651e2f569 /.github | |
| parent | 9de92235785db2b03e8e1a46c49035486148fcf3 (diff) | |
Fixed invalid package name
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a5910b88..e8a91b1d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: prepare: | PKG_PATH="https://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r | cut -d_ -f1)_${PKGSRC_BRANCH}/All" /usr/sbin/pkg_add pkgin pkgin -y in gmake git bash python311 - pkgin -y in libxml2 perl5 zstd + pkgin -y in libxml2 perl zstd /usr/sbin/pkg_add https://github.com/andreas-jonsson/llvm17-netbsd-bin/releases/download/pkgsrc-current/llvm-17.0.6.tgz ln -s /usr/pkg/bin/python3.11 /usr/bin/python3 ln -s /usr/pkg/bin/bash /bin/bash |