Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
balmas authored Aug 28, 2024
1 parent 4a2413a commit 5cf7481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: bash -c "cd src/ && CFLAGS='-std=gnu89 -fcommon' make && make install"

- name: strip
run: bash -c "strip bin/morpheus cp bin/morpheus dist/bin/platform/Linux_x86-gcc4"
run: bash -c "strip bin/morpheus && cp bin/morpheus dist/bin/platform/Linux_x86-gcc4"

0 comments on commit 5cf7481

Please sign in to comment.