mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 17:05:11 +00:00
[CI] I hate Docker, again
This commit is contained in:
parent
f8b834c652
commit
0cccef7194
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
compile:
|
||||
runs-on: debian
|
||||
container:
|
||||
image: debian:12
|
||||
image: debian
|
||||
steps:
|
||||
- name: Install LMDB+OpenSSL tools
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
compile:
|
||||
runs-on: debian
|
||||
container:
|
||||
image: docker://debian:12
|
||||
image: debian
|
||||
steps:
|
||||
- name: Install LMDB+OpenSSL tools
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue