Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
delehef committed Jan 27, 2021
1 parent ae9aa86 commit ce729de
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

<<<<<<< HEAD
- uses: actions/cache@v2
with:
path: |
Expand All @@ -71,8 +70,6 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

=======
>>>>>>> 6321dfc (Switch from Travis to Github Actions)
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
Expand All @@ -96,26 +93,19 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
<<<<<<< HEAD


- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
=======
>>>>>>> 6321dfc (Switch from Travis to Github Actions)

- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
<<<<<<< HEAD
toolchain: stable
=======
toolchain: nightly
>>>>>>> 6321dfc (Switch from Travis to Github Actions)
override: true

- name: Install cargo-tarpaulin
Expand Down

0 comments on commit ce729de

Please sign in to comment.