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:
parent
98a8fd627c
commit
4d683ce967
1 changed files with 2 additions and 0 deletions
2
.github/workflows/dockcross.yml
vendored
2
.github/workflows/dockcross.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue