Skip to content

Commit 332da73

Browse files
committed
Fix python CI
1 parent ea9144e commit 332da73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ jobs:
349349
needs: [ linux-build-lib ]
350350
runs-on: ubuntu-20.04
351351
container:
352-
image: amd64/rust
352+
image: amd64/rust:bullseye # Workaround https://github.com/actions/setup-python/issues/721
353353
steps:
354354
- uses: actions/checkout@v3
355355
with:

0 commit comments

Comments
 (0)