Skip to content

Commit 8e716bb

Browse files
disable
1 parent 572035b commit 8e716bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-canister-snapshot-download-example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
dfx start --background
2828
pushd rust/canister-snapshot-download
29-
./run.sh
29+
# ./run.sh # enable when download feature is out of beta
3030
popd
3131
rust-canister-snapshot-download-example-linux:
3232
runs-on: ubuntu-22.04
@@ -40,5 +40,5 @@ jobs:
4040
run: |
4141
dfx start --background
4242
pushd rust/canister-snapshot-download
43-
./run.sh
43+
# ./run.sh # enable when download feature is out of beta
4444
popd

0 commit comments

Comments
 (0)