Compare commits
4 Commits
2829143bbe
...
504dc476b1
Author | SHA1 | Date | |
---|---|---|---|
504dc476b1 | |||
8ff872cf36 | |||
9c4dbd51c8 | |||
573cd59892 |
5
.github/workflows/cmake.yml
vendored
5
.github/workflows/cmake.yml
vendored
@ -19,7 +19,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install system dependencies
|
||||
if: runner.os == 'Linux'
|
||||
|
Loading…
Reference in New Issue
Block a user