mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 19:55:10 +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:
|
jobs:
|
||||||
compile:
|
compile:
|
||||||
runs-on: amd64-debian
|
runs-on: amd64-debian
|
||||||
|
container:
|
||||||
|
image: debian:12
|
||||||
steps:
|
steps:
|
||||||
- name: Install LMDB+OpenSSL tools
|
- 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
|
- name: Clone Cytoplasm
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue