mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2026-04-25 20:02:13 +00:00
recursive submodules
This commit is contained in:
parent
a045f4c9b3
commit
b2205f3ee1
4 changed files with 4 additions and 4 deletions
2
.github/workflows/build-arch.yml
vendored
2
.github/workflows/build-arch.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
submodules: 'recursive'
|
||||
- name: Configure with CMake and Ninja
|
||||
run: |
|
||||
CC=clang CXX=clang++ cmake -B build -G Ninja \
|
||||
|
|
|
|||
2
.github/workflows/build-debian.yml
vendored
2
.github/workflows/build-debian.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
submodules: 'recursive'
|
||||
- name: Configure with CMake and Ninja
|
||||
run: |
|
||||
CC=clang CXX=clang++ cmake -B build -G Ninja \
|
||||
|
|
|
|||
2
.github/workflows/build-fedora.yml
vendored
2
.github/workflows/build-fedora.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
submodules: 'recursive'
|
||||
- name: Configure with CMake and Ninja
|
||||
run: |
|
||||
CC=clang CXX=clang++ cmake -B build -G Ninja \
|
||||
|
|
|
|||
2
.github/workflows/build-ubuntu.yml
vendored
2
.github/workflows/build-ubuntu.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
submodules: 'recursive'
|
||||
- name: Configure with CMake and Ninja
|
||||
run: |
|
||||
CC=clang CXX=clang++ cmake -B build -G Ninja \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue