From 8c9695d1faf1854f6b55274a3ad39ee7a8a48e1a Mon Sep 17 00:00:00 2001 From: Steffen Winter Date: Thu, 8 Jan 2026 15:44:06 +0100 Subject: [PATCH] ci: revert fix for netbsd workflow --- .github/workflows/cmake-netbsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-netbsd.yml b/.github/workflows/cmake-netbsd.yml index 5c0ffac0..2e4fd0d8 100644 --- a/.github/workflows/cmake-netbsd.yml +++ b/.github/workflows/cmake-netbsd.yml @@ -44,7 +44,7 @@ jobs: usesh: true prepare: | export PATH="/usr/pkg/sbin:/usr/pkg/bin:$PATH" - export PKG_PATH="https://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/$(uname -r)/All/" + export PKG_PATH="https://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/${{ matrix.arch }}/${{ matrix.version }}/All/" /usr/sbin/pkg_add pkgin pkgin -y install cmake gcc14 git ninja-build run: |