aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-03-15 00:21:06 -0600
committerTim Harder <radhermit@gmail.com>2021-03-15 00:23:37 -0600
commitf680a3f6558cb1a76729e6b57651918321c99ae5 (patch)
treeebfe22739c19a2b1a9d7f1d2168c75ab6430994c /.github
parentgithub: run tests on macos (diff)
downloadpkgcore-f680a3f6558cb1a76729e6b57651918321c99ae5.tar.gz
pkgcore-f680a3f6558cb1a76729e6b57651918321c99ae5.tar.bz2
pkgcore-f680a3f6558cb1a76729e6b57651918321c99ae5.zip
github: install newer bash on macos
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6fee387df..f7195999b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -41,6 +41,11 @@ jobs:
if: ${{ matrix.experimental }}
run: sudo apt install libxml2-dev libxslt-dev python-dev
+ # macos needs newer bash
+ - name: Install macos deps
+ if: ${{ matrix.os == 'macos-latest' }}
+ run: brew install bash
+
- name: Install dependencies
run: |
python -m pip install --upgrade pip