]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Fix Visual Studio build in Actions
authorMoNTE48 <MoNTE48@mail.ua>
Sun, 22 Nov 2020 13:21:08 +0000 (14:21 +0100)
committersfan5 <sfan5@live.de>
Sun, 22 Nov 2020 18:06:31 +0000 (19:06 +0100)
.github/workflows/build.yml

index ae359f5d8a7a89be6463cd50837641a9528ebc76..71fdf3652868ad91f6534e7621c6eb80c3ab8166 100644 (file)
@@ -221,8 +221,8 @@ jobs:
     name: VS 2019 ${{ matrix.config.arch }}-${{ matrix.type }}
     runs-on: windows-2019 
     env:
-      VCPKG_VERSION: c7ab9d3110813979a873b2dbac630a9ab79850dc
-#                    2020.04
+      VCPKG_VERSION: 0bf3923f9fab4001c00f0f429682a0853b5749e0
+#                    2020.11
       vcpkg_packages: irrlicht zlib curl[winssl] openal-soft libvorbis libogg sqlite3 freetype luajit
     strategy:
       fail-fast: false
@@ -248,7 +248,7 @@ jobs:
         uses: actions/checkout@v2
 
       - name: Restore from cache and run vcpkg
-        uses: lukka/run-vcpkg@v2
+        uses: lukka/run-vcpkg@v5
         with:
           vcpkgArguments: ${{env.vcpkg_packages}}
           vcpkgDirectory: '${{ github.workspace }}\vcpkg'