Skip to content

Commit

Permalink
fix cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale committed May 1, 2024
1 parent 9b17c46 commit e190041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ "$(dpkg --print-architecture)" = "amd64" ] ; then
VCPKG_FORCE_SYSTEM_BINARIES=1 check "vcpkg-from-root" ${VCPKG_ROOT}/vcpkg --version
VCPKG_FORCE_SYSTEM_BINARIES=1 check "vcpkg-from-bin" vcpkg --version
fi
check "g++" g++ -g main.cpp -o main.out
check "g++" bash -c "sudo g++ -g main.cpp -o main.out"
rm main.out
mkdir -p build
cd build
Expand Down

0 comments on commit e190041

Please sign in to comment.