Skip to content

Commit

Permalink
Merge pull request #1859 from danielSanchezQ/github_actions_cross_fix
Browse files Browse the repository at this point in the history
GitHub actions cross compiling fix
  • Loading branch information
NicolasDP authored Feb 26, 2020
2 parents 0ca2f6a + ddc8ff4 commit 259fff0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ jobs:
override: true
default: true

- name: Downgrade cross
uses: actions-rs/cargo@v1
if: ${{ matrix.config.cross }}
with:
command: install
args: --version 0.1.16 cross

- name: Checkout code
uses: actions/checkout@v1
with:
Expand Down

0 comments on commit 259fff0

Please sign in to comment.