Skip to content

Commit

Permalink
fix: convoluted method in devcontainer.json
Browse files Browse the repository at this point in the history
As a test for the CLA bot.

Signed-off-by: skifli <[email protected]>
  • Loading branch information
skifli authored Feb 16, 2024
1 parent bd0c106 commit b8e4f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"onCreateCommand": "git submodule update --init --recursive && sudo apt update && sudo apt install clang-format -y && sudo apt-get -y install ninja-build && pip install -r ./requirements.txt && pre-commit install"
"onCreateCommand": "git submodule update --init --recursive && sudo apt update && sudo apt-get -y install clang-format ninja-build && pip install -r ./requirements.txt && pre-commit install"
}

0 comments on commit b8e4f1a

Please sign in to comment.