We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bab64f commit 36e3492Copy full SHA for 36e3492
1 file changed
.github/workflows/windows.yaml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Install Vcpkg Libraries
79
working-directory: frankenphp
80
- run: 'vcpkg install'
+ run: "vcpkg install"
81
82
- name: Download Watcher
83
run: |
0 commit comments