Skip to content

Commit

Permalink
build: set devcontainer VCPKG_ROOT instead of amending to PATH (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexallmont committed Nov 20, 2024
1 parent 0d797c1 commit 0cc2845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN if [ "$(uname -m)" = "aarch64" ]; then \
# Install vcpkg in checkout location
RUN git clone https://github.com/Microsoft/vcpkg.git /tools/vcpkg
RUN /tools/vcpkg/bootstrap-vcpkg.sh
ENV PATH /tools/vcpkg:$PATH
ENV VCPKG_ROOT=/tools/vcpkg

# This is required to be able to run pytest in the VSCode terminal
ENV PYTHONPATH=.

0 comments on commit 0cc2845

Please sign in to comment.