Skip to content

Commit

Permalink
Do not update bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Feb 19, 2024
1 parent 2e7e325 commit 1b64cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" && \
Expand Down

0 comments on commit 1b64cba

Please sign in to comment.