Skip to content

Commit

Permalink
Debug WIP: Added multi-os runs
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJeremy committed Jun 10, 2022
1 parent c405452 commit ba2f11b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Build Luau (Windows)
if: ${{ matrix.os }} == "windows-latest"
run: /
mkdir cmake && cd cmake
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build . --target Luau.Repl.CLI --config RelWithDebInfo
cmake --build . --target Luau.Analyze.CLI --config RelWithDebInfo

- uses: actions/setup-python@v3
Expand Down

0 comments on commit ba2f11b

Please sign in to comment.