Skip to content

Commit

Permalink
SQUASH
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanCoding committed Jul 25, 2024
1 parent 3cc8ba3 commit e286a03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ env:
VAAS_PASSWORD: ${{secrets.VAAS_PASSWORD}}
jobs:
cpp-build:
needs: cpp-toolchain
name: Build & Test C++ SDK
runs-on: ubuntu-latest
container: ghcr.io/gdatasoftwareag/vaas/cpp-toolchain
Expand Down
2 changes: 1 addition & 1 deletion cpp/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update -qq && \
git clone https://github.com/microsoft/vcpkg.git && \
cd vcpkg && ./bootstrap-vcpkg.sh

ENV VCPKG_ROOT="/usr/local/vcpkg/""
ENV VCPKG_ROOT="/usr/local/vcpkg/"
ENV PATH="$VCPKG_ROOT:$PATH"


Expand Down

0 comments on commit e286a03

Please sign in to comment.