Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Apr 16, 2024
1 parent e4c4661 commit 54d4764
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
override: true
target: ${{ matrix.target }}

- name: Set default host
shell: bash
run: rustup set default-host ${{ matrix.target }}

- name: Cache cargo registry
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 54d4764

Please sign in to comment.