Skip to content

Commit

Permalink
CI: fix rust-toolchain targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ahihi committed Aug 2, 2024
1 parent 69191c6 commit e1de817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
targets: ${{ matrix.CARGO_BUILD_TARGET }}
targets: ${{ env.CARGO_BUILD_TARGET }}

- name: build
run: cargo build --verbose
Expand Down

0 comments on commit e1de817

Please sign in to comment.