Skip to content

Commit 8664a94

Browse files
committed
chore: Fix bash 5.0 test workflow
1 parent b2a1f86 commit 8664a94

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ jobs:
5252

5353
- name: Install Bash 5.0
5454
run: |
55-
wget -o ./bash-5.0 https://github.com/robxu9/bash-static/releases/download/5.0/bash-linux
56-
chmod +x ./bash-5.0
57-
$PWD/bash-5.0 --version
55+
wget https://github.com/robxu9/bash-static/releases/download/5.0/bash-linux
56+
chmod +x ./bash-linux
5857
5958
- name: Install Eldev
6059
uses: emacs-eldev/setup-eldev@v1
@@ -63,5 +62,5 @@ jobs:
6362
uses: actions/checkout@v4
6463

6564
- name: Test the project
66-
run: 'eldev -p -dtT test --bash=$PWD/bash-5.0'
65+
run: 'eldev -p -dtT test --bash=$PWD/bash-linux'
6766

0 commit comments

Comments
 (0)