aviate-labs / setup-dfx

Set up your GitHub Actions workflow with a specific version of the Internet Computer SDK
Apache License 2.0
18 stars 4 forks source link

DO NOT MERGE: Now that dfxvm has launched, update to install with the auto initialize environment variable set #9

Closed ByronBecker closed 7 months ago

ByronBecker commented 7 months ago

Fixes #

Proposed Changes

Currently, when installing one receives the following error:

Error: Command failed: echo y | DFX_VERSION=0.16.1 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
sh: 0: can't access tty; job control turned off
Executing dfxvm install script, commit: 27df5b45eb80772f643cfce1ef78797c511920b4
Downloading latest release...
Checking integrity of tarball...
error: failed to interact with console
error:     caused by: IO error: not a terminal
error:     caused by: not a terminal
...