Skip to content

Commit a114ccd

Browse files
committed
Enable containerd-snapshotter
1 parent 48b5b0d commit a114ccd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/integration.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ jobs:
5454
with:
5555
repository: restatedev/sdk-rust
5656

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+
5767
### Download the Restate container image, if needed
5868
# Setup restate snapshot if necessary
5969
# Due to https://github.com/actions/upload-artifact/issues/53

0 commit comments

Comments
 (0)