Checkout submodules
Some checks failed
Make PNG / build-app (push) Failing after 6s

This commit is contained in:
Shylie 2024-05-28 11:16:24 -04:00
parent 374677349d
commit c1e9b1d6bd

View File

@ -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