Skip to content

Commit

Permalink
CI: add note about marcopolo/cargo (#20)
Browse files Browse the repository at this point in the history
The GitHub Actions recipe is using a fork of `actions-rs/cargo` which
includes this PR to support a `working-directory` attribute:

actions-rs/cargo#59

Ideally `actions-rs/cargo` will eventually merge this PR.
  • Loading branch information
tarcieri authored Oct 20, 2020
1 parent 9a7bc4f commit 0cee7a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/md5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
toolchain: ${{ matrix.toolchain }}
target: ${{ matrix.target }}
override: true
# NOTE: using `marcopolo/cargo` fork to support the `working-directory` attribute
# See: https://github.com/actions-rs/cargo/pull/59
- uses: marcopolo/cargo@master
with:
command: test
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sha1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}
override: true
# NOTE: using `marcopolo/cargo` fork to support the `working-directory` attribute
# See: https://github.com/actions-rs/cargo/pull/59
- uses: marcopolo/cargo@master
with:
command: test
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sha2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}
override: true
# NOTE: using `marcopolo/cargo` fork to support the `working-directory` attribute
# See: https://github.com/actions-rs/cargo/pull/59
- uses: marcopolo/cargo@master
with:
command: test
Expand Down

0 comments on commit 0cee7a8

Please sign in to comment.