mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
build: re-enable win32 runs
This commit is contained in:
parent
b2f011c4bb
commit
985d553c4d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/benchmark-dev.yml
vendored
2
.github/workflows/benchmark-dev.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest]
|
os: [windows-latest]
|
||||||
arch: [x64] #Win32,
|
arch: [Win32, x64]
|
||||||
bench:
|
bench:
|
||||||
- {
|
- {
|
||||||
script: "run-benchmarks",
|
script: "run-benchmarks",
|
||||||
|
|
Loading…
Add table
Reference in a new issue