Skip to content
Snippets Groups Projects
Commit 5f99ed14 authored by calrama's avatar calrama
Browse files

Update vcpkg due version that should work around msys2 repo being down

parent 3c248193
No related branches found
No related tags found
No related merge requests found
Pipeline #26736 passed
Pipeline: behavior_loader

#26739

    Pipeline: interfaces

    #26738

      ...@@ -48,6 +48,6 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl ...@@ -48,6 +48,6 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
      RUN $vcpkg_dir = 'C:/vcpkg'; \ RUN $vcpkg_dir = 'C:/vcpkg'; \
      git clone https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git $vcpkg_dir; \ git clone https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git $vcpkg_dir; \
      cd $vcpkg_dir; \ cd $vcpkg_dir; \
      git checkout cf0d3656f27287943a5c65f1158314845ae96ad4; \ git checkout 1f706ef54a19a15cc66c21abd96c276968a53cda; \
      ./scripts/bootstrap.ps1; \ ./scripts/bootstrap.ps1; \
      [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine); [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine);
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment