Skip to content

Commit

Permalink
Recursive checkout repository in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sun Dro committed Jul 31, 2023
1 parent 3b636fa commit ac2905d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Make build
run: ./build.sh
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Install SMake
run: ./build.sh --install --cleanup
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![MIT License](https://img.shields.io/badge/License-MIT-brightgreen.svg?)](https://github.com/kala13x/smake/blob/main/LICENSE)
[![C/C++ CI](https://github.com/kala13x/smake/actions/workflows/make.yml/badge.svg)](https://github.com/kala13x/smake/actions/workflows/make.yml)
[![SMake Tests](https://github.com/kala13x/smake/actions/workflows/tests.yml/badge.svg)](https://github.com/kala13x/smake/actions/workflows/tests.yml)
[![CodeQL](https://github.com/kala13x/smake/actions/workflows/codeql.yml/badge.svg)](https://github.com/kala13x/smake/actions/workflows/codeql.yml)

## Simple-Make
Expand Down

0 comments on commit ac2905d

Please sign in to comment.