Skip to content

Commit

Permalink
Revert "feat(gh-codespace): prebuild the project"
Browse files Browse the repository at this point in the history
This reverts commit 493af0e.
  • Loading branch information
kisvegabor committed Nov 2, 2023
1 parent 8c2fee2 commit e86b1a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ cp __build_all.sh__ ../../build_all.sh
cp __c_cpp_properties.json__ ../../.vscode/c_cpp_properties.json
cp __settings.json__ ../../.vscode/settings.json

cd ../../
chmod +x build_all.sh
./build_all.sh
chmod +x ../../build_all.sh

0 comments on commit e86b1a6

Please sign in to comment.