Skip to content

Commit

Permalink
wget the patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
daute committed Apr 11, 2024
1 parent 059b15c commit 60e036e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compile_cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
export PATH
pwd
cd clisp-master
patch -p1 </home/runneradmin/token-eof-patch
wget https://raw.githubusercontent.com/daute/clisp-crossbuild/main/token-eof-patch
patch -p1 <token-eof-patch
bash ./configure --config --host=i686-w64-mingw32 --with-debug --disable-threads --enable-compatibility --with-libffcall-prefix=/home/runneradmin/libffcall --with-libsigsegv-prefix=/home/runneradmin/libsigsegv build
- name: compile_clisp
run: |
Expand Down

0 comments on commit 60e036e

Please sign in to comment.