Skip to content

Commit

Permalink
Added build of mew
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Phillips committed Jan 7, 2024
1 parent ebb59d8 commit 3582d7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/binaries-linux32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
./build.sh -t c
working-directory: ./microemacs/src

- name: Compile mew
run: |
./build.sh -t w
working-directory: ./microemacs/src

- name: Generate docs
run: |
export PATH=`pwd`/microemacs/src/.linux32gcc-release-mec:`pwd`/nroff/bin/linux:$PATH
Expand Down

0 comments on commit 3582d7b

Please sign in to comment.