Skip to content

Commit 7bce259

Browse files
committed
windows
1 parent 043d3eb commit 7bce259

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,10 @@ jobs:
8282
runs-on: ${{ matrix.config.runner }}
8383
steps:
8484
- uses: actions/checkout@v4
85-
- shell: bash
86-
run: uname -a
87-
- shell: bash
88-
run: eval $(curl -sSf sh.davidalsh.com/just.sh | sh)
89-
- shell: bash
90-
run: eval $(curl -sSf sh.davidalsh.com/rust.sh | sh)
85+
- run: eval $(curl -sSf sh.davidalsh.com/just.sh | sh)
86+
shell: bash
87+
- run: eval $(curl -sSf sh.davidalsh.com/rust.sh | sh)
88+
shell: bash
9189
- if: matrix.config.run
9290
run: ${{ matrix.config.run }}
9391
- env:

0 commit comments

Comments
 (0)