mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-17 14:25:12 +00:00
Add recursive checkout
This commit is contained in:
2
.github/workflows/build_nupkg.yml
vendored
2
.github/workflows/build_nupkg.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Test
|
||||
name: Nuget Packe
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
4
.github/workflows/build_test.yml
vendored
4
.github/workflows/build_test.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Test
|
||||
name: Build Test
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -19,6 +19,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
|
||||
Reference in New Issue
Block a user