Skip to content

Commit

Permalink
Merge pull request #1260 from hannobraun/cd
Browse files Browse the repository at this point in the history
Attemp to fix Continuous Deployment build
  • Loading branch information
hannobraun authored Oct 24, 2022
2 parents 3d4c6f3 + 0ae4ce0 commit a859c07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install target
run: rustup target add ${{ matrix.target }}

- name: Cache
uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit a859c07

Please sign in to comment.