We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572035b commit 8e716bbCopy full SHA for 8e716bb
.github/workflows/rust-canister-snapshot-download-example.yaml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
dfx start --background
28
pushd rust/canister-snapshot-download
29
- ./run.sh
+ # ./run.sh # enable when download feature is out of beta
30
popd
31
rust-canister-snapshot-download-example-linux:
32
runs-on: ubuntu-22.04
@@ -40,5 +40,5 @@ jobs:
40
41
42
43
44
0 commit comments