Skip to content

Commit 232c1ea

Browse files
Fixed CI package install
1 parent 9af7cb3 commit 232c1ea

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/buildArtifacts.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,6 @@ jobs:
302302
- name: Install Packages
303303
working-directory: ${{github.workspace}}/vcpkg
304304
shell: pwsh
305-
env:
306-
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
307305
run: ./vcpkg install --x-manifest-root=../scripts/vcpkg-manifest --x-install-root=./installed --triplet=${{matrix.vcpkg_triplet}}
308306

309307
- name: Configure CMake

0 commit comments

Comments
 (0)