aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2024-08-09 19:37:26 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2024-08-09 19:37:26 +0200
commitd69e0bfa00e3bf4feb4fa1cbb2691bbbf73ec08f (patch)
tree7313360cb340832c3984c50190ea3f6d8ac660be
parentfa6f3432617e3362835138160a1970da2e94e875 (diff)
NetBSD vm fix.
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a7da255e8..b5f63f194 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,8 +5,6 @@ jobs:
build_netbsd:
name: NetBSD Build, Check, and Test
runs-on: ubuntu-latest
- env:
- PKGSRC_BRANCH: 2024Q2
steps:
- uses: actions/checkout@v4
- name: Build, Check, and Test
@@ -14,11 +12,10 @@ jobs:
uses: vmactions/netbsd-vm@v1
with:
release: "10.0"
- envs: PKGSRC_BRANCH
usesh: true
copyback: false
prepare: |
- PKG_PATH="https://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/10.0_2024Q2/All" /usr/sbin/pkg_add pkgin
+ PKG_PATH="https://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/x86_64/10.0/All" /usr/sbin/pkg_add pkgin
pkgin -y in gmake git bash python311 llvm clang
ln -s /usr/pkg/bin/python3.11 /usr/bin/python3
run: |