Skip to content

Commit 7878ea5

Browse files
authored
try to side-load a newer bash version from debian
1 parent 1466e25 commit 7878ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545

4646
- name: Update Bash
4747
run: |
48-
sudo apt-get update
49-
sudo apt-get install --only-upgrade bash
48+
wget -O tmp/bash.deb http://ftp.de.debian.org/debian/pool/main/b/bash/bash_5.3-1_amd64.deb
49+
sudo dpkg -i tmp/bash.deb
5050
5151
- name: Bash Version
5252
run: bash --version

0 commit comments

Comments
 (0)