Skip to content

Commit 40a907b

Browse files
committed
test.yml: add step for installing bash 5.3
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 51239c0 commit 40a907b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ jobs:
6969
if: ${{ matrix.os == 'macos-latest' }}
7070
run: brew install bash
7171

72+
- name: Install bash 5.3
73+
if: ${{ matrix.os == 'ubuntu-latest' }}
74+
run: |
75+
wget http://archive.ubuntu.com/ubuntu/pool/universe/b/bash/bash-static_5.3-1ubuntu1_amd64.deb
76+
dpkg --fsys-tarfile bash-static_5.3-1ubuntu1_arm64.deb | tar -xO ./usr/bin/bash-static > /usr/local/bin/bash
77+
chmod +x /usr/local/bin/bash
78+
7279
- name: Install dependencies
7380
run: |
7481
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)