Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
comment out line leading to errors in install-dependencies.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 15, 2024
1 parent dabac36 commit 7e783c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/dotnet-8.0/scripts/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

apt-get update
apt-get install -y cmake python3 python3-pip
pip3 install clang-format cpplint
#pip3 install clang-format cpplint

cd /tmp/
# vcpkg
Expand Down

0 comments on commit 7e783c7

Please sign in to comment.