diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 2de211c08c..cbb66c6df8 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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