Skip to content

Commit

Permalink
Fixing the CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Dec 21, 2019
1 parent 7ea7471 commit 16784c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install Rust toolchain
uses: actions-rs/toolchain@profiles
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install nightly toolchain
uses: actions-rs/toolchain@profiles
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
Expand All @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install nightly toolchain
uses: actions-rs/toolchain@profiles
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
Expand Down

0 comments on commit 16784c4

Please sign in to comment.