Skip to content

Commit 7c85265

Browse files
committed
Fix GitHub Actions workflow syntax
1 parent c0117b9 commit 7c85265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: pip install . --user
5858
- name: Start Windows Docker Daemon
5959
shell: powershell
60-
if: contains(matrix.os, "windows")
60+
if: contains(matrix.os, 'windows')
6161
run: Start-Service docker
6262
- name: Build prerequisites
6363
run: ue4-docker build --target=build-prerequisites --visual-studio ${{ matrix.visual-studio || '2017' }}

0 commit comments

Comments
 (0)