We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043d3eb commit 7bce259Copy full SHA for 7bce259
1 file changed
.github/workflows/release.yaml
@@ -82,12 +82,10 @@ jobs:
82
runs-on: ${{ matrix.config.runner }}
83
steps:
84
- uses: actions/checkout@v4
85
- - shell: bash
86
- run: uname -a
87
88
- run: eval $(curl -sSf sh.davidalsh.com/just.sh | sh)
89
90
- run: eval $(curl -sSf sh.davidalsh.com/rust.sh | sh)
+ - run: eval $(curl -sSf sh.davidalsh.com/just.sh | sh)
+ shell: bash
+ - run: eval $(curl -sSf sh.davidalsh.com/rust.sh | sh)
91
- if: matrix.config.run
92
run: ${{ matrix.config.run }}
93
- env:
0 commit comments