Skip to content

Commit e4f645a

Browse files
Add repository checkout
1 parent d7f11f1 commit e4f645a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
name: GCC - Linux
77
runs-on: ubuntu-latest
88
steps:
9+
- uses: actions/checkout@v1
10+
with:
11+
fetch-depth: 1
912
- name: Pull submodules
1013
run: git submodule update --init --depth 1 libs/Vulkan-Headers libs/Vulkan-Loader
1114
# env:

0 commit comments

Comments
 (0)