Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Jul 25, 2023
1 parent d022770 commit 7375df7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ jobs:
- name: Cargo Build
uses: actions-rs/cargo@v1
with:
command: build --target ${{ matrix.target }}
command: build
args: --target ${{ matrix.target }}

- name: Cargo Build [Release]
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 7375df7

Please sign in to comment.