mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
debug: something
This commit is contained in:
parent
90d6894d8f
commit
61d8137496
1 changed files with 1 additions and 2 deletions
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
|
@ -17,7 +17,6 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest]
|
|
||||||
arch: [Win32, x64]
|
arch: [Win32, x64]
|
||||||
bench:
|
bench:
|
||||||
- {
|
- {
|
||||||
|
@ -30,7 +29,7 @@ jobs:
|
||||||
benchResultsRepo:
|
benchResultsRepo:
|
||||||
- { name: "AllanJeremy/luau-benchmark-results", branch: "main" }
|
- { name: "AllanJeremy/luau-benchmark-results", branch: "main" }
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Luau
|
- name: Checkout Luau
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue