mirror of
https://github.com/ModOrganizer2/build-with-mob-action.git
synced 2026-07-27 14:08:35 -07:00
Remove VCPKG_BINARY_SOURCES from action.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user