summaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-08-02 21:25:08 +0000
committerGitHub <noreply@github.com>2021-08-02 21:25:08 +0000
commita7bc8de4e77d5c0fb6313d6fc42977543c9df5c4 (patch)
tree4d74285ded6a2f54a2abb70331f9cfe90d1def4b /.devcontainer/devcontainer.json
parenta8098903cd39114b4daeae2311f3f517566105d7 (diff)
downloadlibgit2-a7bc8de4e77d5c0fb6313d6fc42977543c9df5c4.tar.gz
Update VSCode / Github Codespaces workflow
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 2731eabd3..bc6344b93 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -1,3 +1,3 @@
{
- "postCreateCommand": "sudo apt-get update && sudo apt-get -y --no-install-recommends install cmake"
+ "postCreateCommand": "bash .devcontainer/setup.sh"
}