Skip to content

Commit d9199a1

Browse files
author
Naomi Trevino
authored
Merge pull request #414 from NEU-DSG/remove-amplify-install-curl
amplify no longer installs curl
2 parents 883044a + f6733da commit d9199a1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

terraform/website.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ in {
7575
};
7676
phases = {
7777
build.commands = [
78-
"yum install -y curl"
7978
"curl https://sh.rustup.rs -sSf | sh -s -- -y"
8079
"source $HOME/.cargo/env"
8180
"cd website"

0 commit comments

Comments
 (0)