From 7e94790b08ad3bd19facf808427073371c28f016 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 11 Aug 2026 17:36:57 +0100 Subject: [PATCH] ci: Update `capnproto` prerequisites on NetBSD --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a203ae9..a8e5b752 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,9 +50,9 @@ jobs: pkgsrc/devel/libtool-base \ pkgsrc/devel/pkgconf \ pkgsrc/devel/zlib \ - `# gcc15 is referenced here because the pkgsrc framework requires lang/gcc15/version.mk to exist` \ + `# gcc16 is referenced here because the pkgsrc framework requires lang/gcc16/version.mk to exist` \ `# during the "make install" step below, even though we compile our project with gcc14.` \ - pkgsrc/lang/gcc15 \ + pkgsrc/lang/gcc16 \ pkgsrc/mk \ pkgsrc/pkgtools \ pkgsrc/security/openssl \