summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-07-19 12:15:24 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-07-19 12:15:24 +0200
commit574e5f45ff785c016d13f92346a120f7977bf12c (patch)
tree84bc6e8f4a491ac8ee02efd62077ae79c5f99b14 /.github/workflows
parent87d3b03389ebcf582e9831f7d021888020dceaa7 (diff)
downloadATCD-574e5f45ff785c016d13f92346a120f7977bf12c.tar.gz
Fixed another 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 c5764f37d3a..7ae0cf6b778 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -128,7 +128,7 @@ jobs:
run: |
'{' > vcpkg.json
' "name": "tao",' >> vcpkg.json
- ' "version-string": "githubaction"' >> vcpkg.json
+ ' "version-string": "githubaction",' >> vcpkg.json
' "dependencies": [ ${{ matrix.vcpkgpackages }} ]' >> vcpkg.json
'}' >> vcpkg.json
shell: pwsh