Skip to content

Commit

Permalink
Perform checkout in repo to avoid depth: 0
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettgoble committed Mar 31, 2024
1 parent cafc56f commit 0018368
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ jobs:
os: [windows-large, macos-13-large, ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: secondlife/action-autobuild@v3
with:
checkout: false
release:
needs: build
runs-on: [ubuntu-latest]
Expand Down

0 comments on commit 0018368

Please sign in to comment.