Skip to content

Commit

Permalink
.github/workflows/build.yml:add checkout parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Feb 6, 2024
1 parent 3bb8258 commit 6af32b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v3
with:
submodules: 'true'
set-safe-directory: 'true'
fetch-depth: '10'

- name: Install Rust ${{ matrix.toolchain }} toolchain
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal --default-toolchain ${{ matrix.toolchain }}
Expand Down

0 comments on commit 6af32b8

Please sign in to comment.