Skip to content

Commit bad2e25

Browse files
committed
lint
1 parent 5a7baff commit bad2e25

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
- version: 1.1.1w
195195
attr: openssl_1_1
196196
continue-on-error: false
197-
# END_OPENSSL_MATRIX
197+
# END_OPENSSL_MATRIX
198198
name: 'aarch64-linux: with shared ${{ matrix.openssl.attr }} (${{ matrix.openssl.version }})'
199199
runs-on: ubuntu-24.04-arm
200200
continue-on-error: ${{ matrix.openssl['continue-on-error'] }}

tools/dep_updaters/update-nixpkgs-pin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ OPENSSL_MATRIX_BLOCK=$("$BASE_DIR/tools/nix/collect-openssl-matrix.sh" | jq -r -
4343
.[]
4444
| " - version: \(.version)\n attr: \(.attr)\n continue-on-error: \(cycle_tuple(.version) > cycle_tuple($supported))"
4545
),
46-
" # END_OPENSSL_MATRIX"
46+
" # END_OPENSSL_MATRIX"
4747
]
4848
| join("\n")
4949
')

0 commit comments

Comments
 (0)