diff --git a/.github/workflows/netbsd.yml b/.github/workflows/netbsd.yml index d2234e82..33051549 100644 --- a/.github/workflows/netbsd.yml +++ b/.github/workflows/netbsd.yml @@ -17,7 +17,7 @@ jobs: version: '9.3' #TODO: bump to 10.0 environment_variables: PKG_PATH run: | - sudo pkgin -y install clang libLLVM gmake bash diffutils && \ + sudo pkgin -y install clang libLLVM gmake diffutils && \ gmake && \ ./runtests.sh --verbose && \ ./runtests.sh --verbose --jou-flags "--verbose" && \