mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 18:25:10 +00:00
[CI] User input moment
This commit is contained in:
parent
fdc0dfbcb6
commit
f1d864c975
1 changed files with 3 additions and 3 deletions
|
|
@ -2,15 +2,15 @@ name: Checks Parsee's correctness on GCC
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
compile:
|
compile:
|
||||||
runs-on: amd64-debian
|
runs-on: debian:12
|
||||||
container:
|
container:
|
||||||
image: debian:12
|
image: debian:12
|
||||||
steps:
|
steps:
|
||||||
- name: Install LMDB+OpenSSL tools
|
- name: Install LMDB+OpenSSL tools
|
||||||
run: |
|
run: |
|
||||||
echo $(uname -a) $(env | grep container)
|
echo $(uname -a) $(env | grep container)
|
||||||
apt update
|
apt update -y
|
||||||
apt install build-essential liblmdb-dev nodejs libssl-dev
|
apt install -y 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