Update ci

This commit is contained in:
Alejandro Gallo 2021-09-06 16:09:33 +02:00
parent 02b6dff70c
commit 231e84166f

View File

@ -30,6 +30,9 @@ jobs:
- name: Tangle - name: Tangle
run: nix-shell --run 'make tangle' run: nix-shell --run 'make tangle'
- name: Build external dependencies
run: nix-shell --run 'make extern'
- name: Build lib - name: Build lib
run: nix-shell --run 'make lib' run: nix-shell --run 'make lib'