Skip to content

Commit 2933a95

Browse files
committed
misc: fix pre-commit
1 parent f3462fd commit 2933a95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rattler-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
# and generate a matrix entries for the build job
2828
MATRIX_JSON=$(cargo metadata --format-version=1 --no-deps | jq -c '
2929
[
30-
(.packages[] | select(.targets[].kind[0]=="bin") |
31-
{ "bin": .name, "version": .version, "env_name": (.name | ascii_upcase | gsub("-"; "_") + "_VERSION"), "recipe_name": (.name | gsub("-"; "_") ) })
30+
(.packages[] | select(.targets[].kind[0]=="bin") |
31+
{ "bin": .name, "version": .version, "env_name": (.name | ascii_upcase | gsub("-"; "_") + "_VERSION"), "recipe_name": (.name | gsub("-"; "_") ) })
3232
]
3333
')
3434
@@ -51,7 +51,7 @@ jobs:
5151
- { target: osx-64, os: macos-13 }
5252
- { target: osx-arm64, os: macos-14 }
5353
bins: ${{ fromJSON(needs.generate-version.outputs.bins) }}
54-
54+
5555
fail-fast: false
5656

5757
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)