mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
debug: updated build command
This commit is contained in:
parent
a6f8172f68
commit
8272fd4359
1 changed files with 2 additions and 3 deletions
5
.github/workflows/benchmark.yml
vendored
5
.github/workflows/benchmark.yml
vendored
|
@ -40,15 +40,14 @@ jobs:
|
|||
- name: Build Luau
|
||||
shell: bash # necessary for fail-fast
|
||||
run: |
|
||||
mkdir cmake && cd cmake
|
||||
mkdir build && cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
cmake --build . --target Luau.Repl.CLI --config RelWithDebInfo
|
||||
cmake --build . --target Luau.Analyze.CLI --config RelWithDebInfo
|
||||
|
||||
- name: Check dir structure
|
||||
run: |
|
||||
ls
|
||||
ls Win32
|
||||
ls build
|
||||
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue