Skip to content

Commit

Permalink
Workaround because of actions-rs/cargo#6
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhenrymantilla committed Jan 2, 2022
1 parent 93a74b1 commit 592b9e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
uses: actions/checkout@v2

- name: Cargo build
uses: actions-rs/cargo@v1
working-directory: ./tests/nostd
uses: danielhenrymantilla/cargo@v1
with:
command: build
working-directory: ./tests/nostd


# == BUILD & TEST == #
Expand Down

0 comments on commit 592b9e0

Please sign in to comment.