We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f30169 commit 4af8a2aCopy full SHA for 4af8a2a
1 file changed
.github/workflows/latino.yml
@@ -12,7 +12,15 @@ jobs:
12
- name: Set up Latino 1.4.1
13
run: |
14
sudo apt-get update
15
- sudo apt-get install git cmake build-essential libreadline-dev libpthread-stubs0-dev
+ sudo apt-get install cmake build-essential libreadline-dev libpthread-stubs0-dev
16
wget https://github.com/lenguaje-latino/latino/releases/download/v1.4.1/latino-1.4.1-Debian.deb
17
sudo dpkg -i latino-1.4.1-Debian.deb
18
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