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