From aeae2772436bae2a380d26ccdd82f767a98051f8 Mon Sep 17 00:00:00 2001 From: "Florine W. Dekker" Date: Sun, 28 Apr 2024 19:20:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=B8=E2=80=8D=E2=99=80=EF=B8=8F=20mommy?= =?UTF-8?q?=20doesn't=20use=20pkgin=20in=20netbsd=20tests~?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9ffab16..0f7e4d0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -154,7 +154,7 @@ jobs: export PATH="/usr/sbin:$PATH" # Add 'pkg_*' commands to path echo "::group::Install basic packages" - sudo pkgin -y in git gmake mozilla-rootcerts-openssl + pkg_add git gmake mozilla-rootcerts-openssl echo "::endgroup::" echo "::group::Ignore ownership issues" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 871d1da..42d1501 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -442,17 +442,17 @@ jobs: export PATH="/usr/sbin:$PATH" # Add 'pkg_*' commands to path echo "::group::Install basic packages" - sudo pkgin -y in git gmake mozilla-rootcerts-openssl + pkg_add git gmake mozilla-rootcerts-openssl echo "::endgroup::" echo "::group::Install ShellSpec" git clone --depth=1 https://github.com/shellspec/shellspec.git /tmp/shellspec/ - sudo gmake -C /tmp/shellspec/ install + gmake -C /tmp/shellspec/ install rm -rf /tmp/shellspec echo "::endgroup::" echo "::group::Install additional shells" - sudo pkgin -y in fish zsh + pkg_add fish zsh touch "$HOME/.zshrc" echo "::endgroup::" @@ -463,7 +463,8 @@ jobs: run: | set -e export PATH="/usr/sbin:$PATH" # Add 'pkg_*' commands to path - export MOMMY_ZSH_SKIP=1 # zsh completion capturing totally does not work~ + export MOMMY_MAN_SKIP=1 # man doesn't work on local files + export MOMMY_ZSH_SKIP=1 # zsh completion capturing totally does not work echo "::group::Test script" gmake test