diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 47715890..54a04cc3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -13,7 +13,7 @@ jobs: uses: johnwason/vcpkg-action@v6 with: pkgs: mbedtls - triplet: x64-windows-release + triplet: x64-windows token: ${{ github.token }} github-binarycache: true |
