debug: something

This commit is contained in:
Allan Jeremy 2022-06-16 15:40:52 +03:00
parent 90d6894d8f
commit 61d8137496

View file

@ -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