Skip to content

include remote dependencies to the project #16

include remote dependencies to the project

include remote dependencies to the project #16

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: download the repository
run: git submodule update --init --recursive
- name: make
run: make