Skip to content

Commit

Permalink
fix: add docker to action
Browse files Browse the repository at this point in the history
  • Loading branch information
dav1do committed Apr 16, 2024
1 parent 91bab16 commit 70f5137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- uses: docker/setup-buildx-action@v2
with:
# The prefix cache key, this can be changed to start a new cache manually.
# default: "v0-rust"
Expand Down

0 comments on commit 70f5137

Please sign in to comment.