Skip to content

Commit

Permalink
fix git depth
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason committed Jul 13, 2022
1 parent 73d84d7 commit 8e1b591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ runs:
using: "composite"
steps:
- name: checkout-vcpkg
uses: actions/checkout@master
uses: actions/checkout@v3
with:
path: ${{ github.workspace }}\vcpkg
repository: microsoft/vcpkg
depth: 1
fetch-depth: 1
- name: bootstrap-vcpkg
working-directory: ${{ github.workspace }}\vcpkg
run: bootstrap-vcpkg.bat
Expand Down

0 comments on commit 8e1b591

Please sign in to comment.