We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7566990 commit abb1ba9Copy full SHA for abb1ba9
.github/workflows/rust.yml
@@ -13,6 +13,8 @@ jobs:
13
build:
14
15
runs-on: ubuntu-latest
16
+ container:
17
+ image: "debian:bookworm-slim"
18
19
steps:
20
- uses: actions/checkout@v4
0 commit comments