Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianEddy committed Oct 23, 2023
1 parent 1e93922 commit 7ec055e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
default: true
- uses: Swatinem/rust-cache@v2

- name: Add rust target
Expand Down Expand Up @@ -95,8 +97,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
target: x86_64-pc-windows-msvc
default: true
- uses: Swatinem/rust-cache@v2

- uses: lukka/get-cmake@latest
Expand Down

0 comments on commit 7ec055e

Please sign in to comment.