diff --git a/action.yml b/action.yml index cb59102..0d6b850 100644 --- a/action.yml +++ b/action.yml @@ -106,8 +106,6 @@ runs: cmake --build --preset $preset --config RelWithDebInfo --target INSTALL Pop-Location } - env: - VCPKG_BINARY_SOURCES: clear;x-azblob,${{ vars.AZ_BLOB_VCPKG_URL }},${{ secrets.AZ_BLOB_SAS }},readwrite - uses: actions/checkout@v3 with: @@ -120,8 +118,6 @@ runs: Push-Location build/${{ github.event.repository.name }} cmake --preset vs2022-windows "-DCMAKE_PREFIX_PATH=$prefix" "-DCMAKE_INSTALL_PREFIX=$install" "-DBUILD_TESTING=ON" Pop-Location - env: - VCPKG_BINARY_SOURCES: clear;x-azblob,${{ vars.AZ_BLOB_VCPKG_URL }},${{ secrets.AZ_BLOB_SAS }},readwrite # build repository - name: Build Repository