mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-24 04:11:30 +11:00
ci: use signle quotes
This commit is contained in:
parent
ac14222934
commit
93c32f733f
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -47,6 +47,6 @@ jobs:
|
||||||
command: test
|
command: test
|
||||||
|
|
||||||
- name: test common-controls-v6
|
- name: test common-controls-v6
|
||||||
if: matrix.os == "windows-latest"
|
if: matrix.os == 'windows-latest'
|
||||||
working-directory: examples/windows-common-controls-v6
|
working-directory: examples/windows-common-controls-v6
|
||||||
run: cargo run
|
run: cargo run
|
||||||
|
|
Loading…
Reference in a new issue