From a7bc8de4e77d5c0fb6313d6fc42977543c9df5c4 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Mon, 2 Aug 2021 21:25:08 +0000 Subject: Update VSCode / Github Codespaces workflow --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.devcontainer/devcontainer.json') 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" } -- cgit v1.2.1