mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
debug: testing if
This commit is contained in:
parent
2bc43e893d
commit
0dce454258
1 changed files with 1 additions and 1 deletions
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
@ -124,7 +124,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Something that should run on ubuntu-latest only
|
||||
if: ${{matrix.os}} == 'ubuntu-latest'
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
echo "Running on ubuntu-latest"
|
||||
# - name: Build Luau
|
||||
|
|
Loading…
Add table
Reference in a new issue