Skip to content

Commit

Permalink
CI: Merge build steps
Browse files Browse the repository at this point in the history
There's no difference between non-musl and musl targets
  • Loading branch information
badboy committed Jan 5, 2025
1 parent 21606ce commit d466854
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ jobs:
printf 'linker = "%s"\n' "$ccpath" >> .cargo/config.toml
- name: Build | Build
if: ${{ ! endsWith(matrix.target, '-musl') }}
run: cargo build --release --target ${{ matrix.target }}

- name: Build | Build (musl)
if: ${{ endsWith(matrix.target, '-musl') }}
run: cargo build --release --target ${{ matrix.target }}

- name: Post Setup | Extract tag name
Expand Down

0 comments on commit d466854

Please sign in to comment.