Skip to content

Commit

Permalink
Don't strip symbols for Debian Packages (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d authored Nov 24, 2024
1 parent 17046c3 commit 6f076e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Create Debian Package
run: >-
cargo deb --no-build --target ${{ matrix.target }}
cargo deb --no-build --no-strip --target ${{ matrix.target }}
--output ${TARGET_DIR}/debian/${DEB_FILENAME}
- name: Upload Debian Package
Expand Down

0 comments on commit 6f076e7

Please sign in to comment.