Skip to content

Commit

Permalink
[ubuntu workflow] remove vcpkg manual install (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir authored May 31, 2024
1 parent 26e03f5 commit 2470e70
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,6 @@ jobs:
run: |
export WX_CONFIG=${{env.WX_CONFIG}}
- name : Install deps with VCPKG
run: |
cd vcpkg
./bootstrap-vcpkg.sh
vcpkg install ${{env.vcpkgPackages}} --triplet ${{env.triplet}}
rm -rf buildtrees packages downloads
shell: bash

- name: Read antares-deps version
id: antares-deps-version
uses: notiz-dev/github-action-json-property@release
Expand Down

0 comments on commit 2470e70

Please sign in to comment.