Skip to content

Commit 4af8a2a

Browse files
Update latino.yml
1 parent 9f30169 commit 4af8a2a

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/latino.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ jobs:
1212
- name: Set up Latino 1.4.1
1313
run: |
1414
sudo apt-get update
15-
sudo apt-get install git cmake build-essential libreadline-dev libpthread-stubs0-dev
15+
sudo apt-get install cmake build-essential libreadline-dev libpthread-stubs0-dev
1616
wget https://github.com/lenguaje-latino/latino/releases/download/v1.4.1/latino-1.4.1-Debian.deb
1717
sudo dpkg -i latino-1.4.1-Debian.deb
1818
latino
19+
- name: Install dependencies
20+
run: |
21+
git clone https://github.com/lenguaje-latino/latino-json
22+
cd latino-json
23+
git submodule update --init --recursive
24+
sudo chmod +x instalar.sh
25+
sudo bash instalar.sh
26+
cd ..

0 commit comments

Comments
 (0)