Remove unneeded checkouts

This commit is contained in:
XAMPPRocky 2020-05-21 03:12:18 +02:00 committed by GitHub
parent 223813a43c
commit e0bfe7859b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -14,9 +14,6 @@ jobs:
install-cross:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
depth: 50
- uses: XAMPPRocky/get-github-release@v1
id: cross
with:
@ -41,8 +38,6 @@ jobs:
needs: install-cross
steps:
- uses: actions/checkout@v2
with:
depth: 50
- run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }}
shell: bash
- run: ci/build.bash cargo ${{ matrix.target }}
@ -69,9 +64,6 @@ jobs:
needs: install-cross
steps:
- uses: actions/checkout@v2
with:
depth: 50
- uses: actions/download-artifact@v1
with:
name: cross-apple-darwin
@ -101,9 +93,6 @@ jobs:
needs: install-cross
steps:
- uses: actions/checkout@v2
with:
depth: 50
- name: Download Cross
uses: actions/download-artifact@v1
with: