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 48b5b0d commit a114ccdCopy full SHA for a114ccd
.github/workflows/integration.yaml
@@ -54,6 +54,16 @@ jobs:
54
with:
55
repository: restatedev/sdk-rust
56
57
+ - name: Set up Docker containerd snapshotter
58
+ uses: crazy-max/ghaction-setup-docker@v3
59
+ with:
60
+ daemon-config: |
61
+ {
62
+ "features": {
63
+ "containerd-snapshotter": true
64
+ }
65
66
+
67
### Download the Restate container image, if needed
68
# Setup restate snapshot if necessary
69
# Due to https://github.com/actions/upload-artifact/issues/53
0 commit comments