Skip to content

Commit

Permalink
fix: fix ci prod build on linux
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
  • Loading branch information
chawyehsu committed Jul 16, 2024
1 parent 5b0a57c commit 23c999c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,7 @@ jobs:
uses: mozilla-actions/sccache-action@v0.0.3

- name: Production Build
uses: actions-rs/cargo@v1.0.3
with:
command: build
args: --release --locked --target ${{ matrix.target }}
use-cross: ${{ matrix.os == 'ubuntu-latest' }}
run: cargo build --release --locked --target ${{ matrix.target }}

- name: Strip Artifacts [Linux]
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 23c999c

Please sign in to comment.