mirror of
https://git.shylie.info/shylie/glerminal.git
synced 2025-10-04 22:10:07 +00:00
Downloads LFS files
This commit is contained in:
@@ -12,12 +12,14 @@ jobs:
|
||||
with:
|
||||
path: curr
|
||||
submodules: recursive
|
||||
lfs: true
|
||||
- name: Checkout previous
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: prev
|
||||
fetch-depth: 2
|
||||
submodules: recursive
|
||||
lfs: true
|
||||
- run: cd prev && git checkout HEAD^
|
||||
- name: Build current
|
||||
run: cmake -S curr -B curr/build -DGLERMINAL_TEST=ON && cmake --build curr/build
|
||||
|
Reference in New Issue
Block a user