Skip to content

Commit

Permalink
fix: Permission Denied error
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Delannoy <a.delannoyfr@gmail.com>
  • Loading branch information
Adrien-D committed May 29, 2024
1 parent f492ea3 commit ba095b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/pre-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sudo apt update
sudo apt install -y protobuf-compiler

# Make sure go path is owned by vscode
sudo chown -R vscode:vscode /home/vscode/go
sudo chown -R vscode:vscode /home/vscode/go || true

# download dependencies and do first-pass compile
CI=1 kit pre-up
Expand Down

0 comments on commit ba095b3

Please sign in to comment.