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 9c9e192 commit 83897c8Copy full SHA for 83897c8
.github/workflows/macos.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Bash tests
21
run: |
22
dir=$PWD
23
- git clone https://github.com/shellgei/rusty_bash_test -b v1.2.0 --depth 1
+ git clone https://github.com/shellgei/rusty_bash_test -b v1.2.1 --depth 1
24
#git clone https://github.com/shellgei/rusty_bash_test --depth 1
25
cd rusty_bash_test
26
./test.bash $dir
.github/workflows/ubuntu.yml
0 commit comments