diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index bdd533c6f..64903c651 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -38,11 +38,11 @@ jobs: uses: actions/checkout@v3 - name: Build Luau (Unix) - if: ${{ matrix.os }} != "windows-latest" + if: ${{ matrix.os }} != windows-latest run: make config=release luau luau-analyze - name: Build Luau (Windows) - if: ${{ matrix.os }} == "windows-latest" + if: ${{ matrix.os }} == windows-latest shell: bash # necessary for fail-fast run: | cmake --build . --target Luau.Repl.CLI Luau.Analyze.CLI --config Debug # match config with tests to improve build time