Skip to content

Commit 049d387

Browse files
committed
Merge remote-tracking branch 'origin/main' into sns
2 parents 4011fe4 + c75c19f commit 049d387

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
chmod +x pocket-ic && \
3030
mv pocket-ic ./integration-tests/pocket-ic
3131
- name: Install dfx
32-
run: echo y | sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
32+
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
3335
- uses: actions-rs/toolchain@v1
3436
with:
3537
toolchain: stable

0 commit comments

Comments
 (0)