Skip to content

Commit ff89990

Browse files
committed
Use toolchain target rather than cross compiling
1 parent 672b6c4 commit ff89990

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
uses: actions-rs/cargo@v1
3535
with:
3636
command: check
37-
args: --target ${{ matrix.target }}
3837

3938
- name: Generate docs
4039
uses: actions-rs/cargo@v1
@@ -45,4 +44,3 @@ jobs:
4544
uses: actions-rs/cargo@v1
4645
with:
4746
command: test
48-
args: --target ${{ matrix.target }}

0 commit comments

Comments
 (0)