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.
2 parents 18987e8 + be5da36 commit c6db6f9Copy full SHA for c6db6f9
.github/workflows/macos.yml
@@ -20,6 +20,7 @@ jobs:
20
- name: Bash tests
21
run: |
22
dir=$PWD
23
- git clone https://github.com/shellgei/rusty_bash_test --depth 1
+ #git clone https://github.com/shellgei/rusty_bash_test --depth 1
24
+ git clone https://github.com/shellgei/rusty_bash_test -b v1.1.8 --depth 1
25
cd rusty_bash_test
26
./test.bash $dir
.github/workflows/ubuntu.yml
@@ -20,7 +20,6 @@ jobs:
- #git clone https://github.com/shellgei/rusty_bash_test -b v1.1.6 --depth 1
0 commit comments