We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4011fe4 + c75c19f commit 049d387Copy full SHA for 049d387
.github/workflows/build-test.yml
@@ -29,7 +29,9 @@ jobs:
29
chmod +x pocket-ic && \
30
mv pocket-ic ./integration-tests/pocket-ic
31
- name: Install dfx
32
- run: echo y | sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
+ run: |
33
+ DFXVM_INIT_YES=1 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
34
+ sudo cp $HOME/.local/share/dfx/bin/* /usr/bin
35
- uses: actions-rs/toolchain@v1
36
with:
37
toolchain: stable
0 commit comments