Skip to content

Commit

Permalink
fix(debug): just a quick debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Dec 7, 2022
1 parent d45437b commit 7414e18
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
matrix:
target:
- x86_64-unknown-linux-gnu
- aarch64-unknown-linux-gnu
- x86_64-unknown-linux-musl
- aarch64-unknown-linux-musl
# - aarch64-unknown-linux-gnu
# - x86_64-unknown-linux-musl
# - aarch64-unknown-linux-musl

steps:
- uses: actions/checkout@v3
Expand All @@ -54,6 +54,10 @@ jobs:
use-cross: true
command: build
args: --release --target ${{ matrix.target }}
- name: debug
run: |
ls -la
find . -name *.so
- name: Install, Compress, and rename artifacts
env:
DESTDIR: ${{ env.DESTDIR }}
Expand Down

0 comments on commit 7414e18

Please sign in to comment.