Skip to content

Commit

Permalink
Debug WIP: Build luau on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJeremy committed Jun 10, 2022
1 parent 803147c commit 8a3cd2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a3cd2c

Please sign in to comment.