Skip to content

Commit

Permalink
[Insert your commit message here. Be sure to make it descriptive.]
Browse files Browse the repository at this point in the history
force adding target with rustup
  • Loading branch information
nick-mobilecoin committed Oct 25, 2022
1 parent 02503d7 commit 4963dc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ jobs:
profile: minimal
toolchain: nightly
target: ${{ matrix.target }}
- name: Add the target
run: rustup target add ${{ matrix.target }}
- uses: r7kamura/rust-problem-matchers@v1
- name: build
run: |
Expand Down

0 comments on commit 4963dc0

Please sign in to comment.