Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Now trying to checkout submodules with GA
Browse files Browse the repository at this point in the history
  • Loading branch information
VZout authored Sep 3, 2019
1 parent 7fb61de commit 5da4e45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Create Build Directory
run: mkdir build
- name: Configure CMake
Expand All @@ -21,6 +23,8 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Create Build Directory
run: mkdir build
- name: Configure CMake (MinGW)
Expand Down

0 comments on commit 5da4e45

Please sign in to comment.