debug: testing if

This commit is contained in:
Allan Jeremy 2022-06-16 17:04:07 +03:00
parent 2bc43e893d
commit 0dce454258

View file

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