Skip to content

Commit

Permalink
use v2 instead of v1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jul 10, 2020
1 parent 1c49dc7 commit c2650ed
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/main.yml
Expand Up @@ -12,10 +12,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: Mushus/checkout-submodule@v1
with:
submodulePath: ./vit-servicing-station-tests/jortestkit
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -38,10 +35,7 @@ jobs:
sudo apt-get update
sudo apt-get install libsqlite3-dev
if: matrix.os == 'ubuntu-latest'
- uses: actions/checkout@v1
- uses: Mushus/checkout-submodule@v1
with:
submodulePath: ./vit-servicing-station-tests/jortestkit
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -60,10 +54,7 @@ jobs:
name: Rust lints
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: Mushus/checkout-submodule@v1
with:
submodulePath: ./vit-servicing-station-tests/jortestkit
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit c2650ed

Please sign in to comment.