ga: revert last four commits, did not improve anything
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 358e738..d01b75d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,19 +15,14 @@
         if: ${{ runner.os == 'Linux' }}
         run: |
           sudo apt-get install libzstd-dev
-      - name: install vcpkg (Windows)
-        if: ${{ runner.os == 'Windows' }}
-        uses: lukka/run-vcpkg@v6
-        with:
-          setupOnly: true
-          vcpkgTriplet: x64-windows
-          vcpkgGitCommitId: 5568f110b509a9fd90711978a7cb76bae75bb092
       - name: install dependencies (Windows)
         if: ${{ runner.os == 'Windows' }}
-        run: |
-          $VCPKG_ROOT/vcpkg update
-          $VCPKG_ROOT/vcpkg install zlib bzip2 liblzma zstd
-        shell: bash
+        uses: lukka/run-vcpkg@v6
+        id: runvcpkg
+        with:
+          vcpkgGitCommitId: 0bf3923f9fab4001c00f0f429682a0853b5749e0
+          vcpkgTriplet: x64-windows
+          vcpkgArguments: zlib bzip2 liblzma zstd
       - name: prepare build directory
         run: |
           cmake -E make_directory ${{runner.workspace}}/build