1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

Fix dependency

Fix dependency

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-08-30 23:01:22 +02:00
parent 98a8fd627c
commit 4d683ce967

View file

@ -68,6 +68,8 @@ jobs:
with:
submodules: "recursive"
fetch-depth: 0
- name: "Install dependency"
run: sudo apt-get update && sudo apt-get install -y ninja-build
- name: "Pull ${{ matrix.image_name }}..."
run: docker pull dockcross/${{ matrix.image_name }}
- name: "Make script"