CI: - Ubuntu 18.04 workaround

This commit is contained in:
Ivan Pozdeev 2025-12-13 18:07:37 +03:00
parent 4b33cb68b6
commit dabaa901e9
No known key found for this signature in database
GPG Key ID: FB6A628DCF06DCD7

View File

@ -21,9 +21,6 @@ jobs:
- run: | - run: |
if test "$RUNNER_OS" == "macOS"; then if test "$RUNNER_OS" == "macOS"; then
brew install coreutils fish brew install coreutils fish
elif [[ $(lsb_release -sr | awk -F. '{print $1}') -ge 20 ]]; then
# Ubuntu 18 has fish 2 which lacks many features that facilitate testing
sudo apt install fish -yq
fi fi
- run: pwd - run: pwd
- env: - env: