mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 17:05:11 +00:00
[CI] Try running in a container
This commit is contained in:
parent
971f8ba3aa
commit
fdc0dfbcb6
1 changed files with 6 additions and 1 deletions
|
|
@ -3,9 +3,14 @@ on: [push]
|
|||
jobs:
|
||||
compile:
|
||||
runs-on: amd64-debian
|
||||
container:
|
||||
image: debian:12
|
||||
steps:
|
||||
- name: Install LMDB+OpenSSL tools
|
||||
run: echo $(uname -a) $(env | grep container)
|
||||
run: |
|
||||
echo $(uname -a) $(env | grep container)
|
||||
apt update
|
||||
apt install build-essential liblmdb-dev nodejs libssl-dev
|
||||
- name: Clone Cytoplasm
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue