Skip to content

Commit

Permalink
Tiny change.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsk569937453 committed May 8, 2023
1 parent e3a3345 commit de7ec37
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,9 @@ jobs:
export PKG_CONFIG_PATH=/usr/local/lib/x86_64-linux-gnu/pkgconfig
# pkg-config --variable pc_path pkg-config
- name: Build target
uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --release --target ${{ matrix.target }}
shell: bash
run: |
cargo build --release --target ${{ matrix.target }}
- name: Package
shell: bash
run: |
Expand Down

0 comments on commit de7ec37

Please sign in to comment.