[CI] I hate Docker, again

This commit is contained in:
LDA 2024-09-15 16:22:03 +02:00
commit 0cccef7194
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ jobs:
compile:
runs-on: debian
container:
image: docker://debian:12
image: debian
steps:
- name: Install LMDB+OpenSSL tools
run: |