Skip to content

Commit

Permalink
Corrected workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1N committed Apr 3, 2024
1 parent 3f813ec commit ac334a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -54,7 +54,8 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
lfs: true
with:
lfs: true
- name: Install rust 1.74.0
uses: actions-rs/toolchain@v1
with:
Expand All @@ -80,7 +81,8 @@ jobs:
target: [aarch64-unknown-linux-gnu, i686-unknown-linux-gnu]
steps:
- uses: actions/checkout@v4
lfs: true
with:
lfs: true
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly # currently required due to -Zdoctest-xcompile
Expand Down

0 comments on commit ac334a9

Please sign in to comment.