Skip to content

Commit

Permalink
Install Rust target in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pfoerster committed Oct 23, 2022
1 parent 447bee8 commit dfbaac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.target }}
- name: Compile
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit dfbaac5

Please sign in to comment.