Skip to content

Commit

Permalink
No win-strip. (#2396)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Jun 11, 2024
1 parent 645237f commit 766a11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ jobs:
make BUILD=build-debug BUILD_TYPE=Debug sdk
ccache -s
- name: Strip executables - Linux/Windows
if: runner.os != 'macOS' && (github.event_name == 'release' || inputs.strip == 'true')
- name: Strip executables - Linux
if: runner.os == 'Linux' && (github.event_name == 'release' || inputs.strip == 'true')
# Note: Go executables may not be stripped on Windows.
run: |
strip -s build/host/sdk/bin/*
Expand Down

0 comments on commit 766a11a

Please sign in to comment.