Skip to content

Commit

Permalink
use install-strip
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Feb 17, 2024
1 parent 322a9ee commit 515da69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: make -j$(($(nproc) + 1))
- name: 'Install Wine'
working-directory: wine
run: make install LDCONFIG=/bin/true UPDATE_DESKTOP_DATABASE=/bin/true
run: make install-strip LDCONFIG=/bin/true UPDATE_DESKTOP_DATABASE=/bin/true
- name: Archive the artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 515da69

Please sign in to comment.