mirror of
https://github.com/italicsjenga/muda.git
synced 2025-01-26 19:16:36 +11:00
ci: use signle quotes
This commit is contained in:
parent
ac14222934
commit
93c32f733f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -47,6 +47,6 @@ jobs:
|
|||
command: test
|
||||
|
||||
- name: test common-controls-v6
|
||||
if: matrix.os == "windows-latest"
|
||||
if: matrix.os == 'windows-latest'
|
||||
working-directory: examples/windows-common-controls-v6
|
||||
run: cargo run
|
||||
|
|
Loading…
Add table
Reference in a new issue