summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-07-19 12:11:16 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-07-19 12:11:16 +0200
commit87d3b03389ebcf582e9831f7d021888020dceaa7 (patch)
tree9fd63a6d4fb6529bd15bddec5f1b40e4bdba0957 /.github/workflows
parentd3ae481ff4c44389620d8ac242d75a6bf3e98034 (diff)
downloadATCD-87d3b03389ebcf582e9831f7d021888020dceaa7.tar.gz
Fixed error
* .github/workflows/windows.yml:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 88df169d480..c5764f37d3a 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -130,7 +130,7 @@ jobs:
' "name": "tao",' >> vcpkg.json
' "version-string": "githubaction"' >> vcpkg.json
' "dependencies": [ ${{ matrix.vcpkgpackages }} ]' >> vcpkg.json
- '}' ?> vcpkg.json
+ '}' >> vcpkg.json
shell: pwsh
- name: Install vcpkg
uses: lukka/run-vcpkg@v10