Skip to content

Commit 57f7454

Browse files
committed
fix
1 parent 1ef6a07 commit 57f7454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "matrix=${{ env.MATRIX }}" >> "$GITHUB_OUTPUT"
4343
run:
4444
name: CMake v${{ matrix.cmake_version }}
45-
runs-on: ${{ matrix.runs-on }}
45+
runs-on: ${{ matrix.runs_on }}
4646
needs: read_params
4747
strategy:
4848
fail-fast: false

0 commit comments

Comments
 (0)