Skip to content

Commit

Permalink
Remove extra verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeredwolf committed Aug 28, 2023
1 parent d2dbbfc commit 314dc60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
with:
use-cross: true
command: build
args: --release --target ${{ matrix.target }} -vv
args: --release --target ${{ matrix.target }}

- name: Build (Native Toolchain)
if: matrix.target != 'aarch64-unknown-linux-gnu'
uses: actions-rs/cargo@v1
with:
command: build
args: --release --target ${{ matrix.target }} -vv
args: --release --target ${{ matrix.target }}


- name: Upload Release Asset
Expand Down

0 comments on commit 314dc60

Please sign in to comment.