Skip to content

Commit

Permalink
chore: devcontainer install x86 musl target
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Mar 1, 2023
1 parent ec96229 commit e650034
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
Expand Up @@ -17,7 +17,7 @@
"seccomp=unconfined"
],

"postCreateCommand": "cargo install cross typos-cli",
"postCreateCommand": "rustup target add x86_64-unknown-linux-musl && cargo install cross typos-cli",

"mounts": [
"source=/etc/timezone,target=/etc/timezone,type=bind,readonly"
Expand Down

0 comments on commit e650034

Please sign in to comment.