Skip to content

Commit abb1ba9

Browse files
committed
Use a debian container
1 parent 7566990 commit abb1ba9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
build:
1414

1515
runs-on: ubuntu-latest
16+
container:
17+
image: "debian:bookworm-slim"
1618

1719
steps:
1820
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)