diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 179cfb99..6065b439 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -96,7 +96,7 @@ jobs: strategy: matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }} fail-fast: false - name: ${{ matrix.target_triple }} / ${{ matrix.python }} / ${{ matrix.build_option }} + name: ${{ matrix.target_triple }} / ${{ matrix.python }} / ${{ matrix.build_options }} steps: - uses: actions/checkout@v4 with: