Skip to content

Commit

Permalink
don't create a dist of morpheus exe
Browse files Browse the repository at this point in the history
  • Loading branch information
balmas authored Sep 2, 2024
1 parent dc2cbb0 commit a5d75d9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Morpheus
name: Build Morpheus Stemlibs

on:
push:
Expand All @@ -23,9 +23,6 @@ jobs:
- name: Make
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"

- name: Make the stemlib
run: bash -c "./build_stemlib.sh"

Expand Down

0 comments on commit a5d75d9

Please sign in to comment.