We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81741f commit 52437f0Copy full SHA for 52437f0
1 file changed
.github/workflows/ci-tests.yaml
@@ -28,6 +28,9 @@ jobs:
28
run: |
29
brew install bash
30
brew install gnu-sed
31
+ /bin/bash --version
32
+ bash --version
33
+ which bash
34
35
- uses: actions/checkout@v4
36
- uses: shogo82148/actions-setup-perl@v1
0 commit comments