We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a1f86 commit 8664a94Copy full SHA for 8664a94
.github/workflows/test.yml
@@ -52,9 +52,8 @@ jobs:
52
53
- name: Install Bash 5.0
54
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
+ wget https://github.com/robxu9/bash-static/releases/download/5.0/bash-linux
+ chmod +x ./bash-linux
58
59
- name: Install Eldev
60
uses: emacs-eldev/setup-eldev@v1
@@ -63,5 +62,5 @@ jobs:
63
62
uses: actions/checkout@v4
64
65
- name: Test the project
66
- run: 'eldev -p -dtT test --bash=$PWD/bash-5.0'
+ run: 'eldev -p -dtT test --bash=$PWD/bash-linux'
67
0 commit comments