mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 17:05:11 +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]
|
||||
jobs:
|
||||
compile:
|
||||
runs-on: amd64-debian
|
||||
runs-on: debian:12
|
||||
container:
|
||||
image: debian:12
|
||||
steps:
|
||||
- name: Install LMDB+OpenSSL tools
|
||||
run: |
|
||||
echo $(uname -a) $(env | grep container)
|
||||
apt update
|
||||
apt install build-essential liblmdb-dev nodejs libssl-dev
|
||||
apt update -y
|
||||
apt install -y 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