summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index e489a10734..2e057ad974 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -24,9 +24,7 @@ jobs:
steps:
- name: Install libraries with vcpkg
run: |
- vcpkg --triplet x64-windows install %dependencies%
- env:
- dependencies: openssl readline zlib
+ vcpkg --triplet x64-windows install openssl readline zlib
- name: Install libraries with chocolatey
run: |
choco install winflexbison3