mirror of
https://git.shylie.info/shylie/glerminal.git
synced 2024-11-21 16:40:04 +00:00
Checkout submodules
This commit is contained in:
parent
374677349d
commit
c1e9b1d6bd
@ -11,11 +11,13 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: curr
|
path: curr
|
||||||
|
submodules: recursive
|
||||||
- name: Checkout prev
|
- name: Checkout prev
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: prev
|
path: prev
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
submodules: recursive
|
||||||
- run: cd prev && git checkout HEAD^
|
- run: cd prev && git checkout HEAD^
|
||||||
- name: Configure CMake for curr
|
- name: Configure CMake for curr
|
||||||
run: cmake -S curr -B curr/build
|
run: cmake -S curr -B curr/build
|
||||||
|
Loading…
Reference in New Issue
Block a user