Skip to content

Commit

Permalink
Split download/extract clisp in two parts (like the other libraries).
Browse files Browse the repository at this point in the history
  • Loading branch information
daute committed Nov 5, 2024
1 parent ae7323f commit 876bba1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compile_cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ jobs:
bash ./configure --build=i686-unknown-cygwin --host=i686-w64-mingw32 --prefix=/home/runneradmin/libsigsegv
make
make install
- name: Download_extract_clisp
- name: Download_clisp
run: |
wget https://gitlab.com/gnu-clisp/clisp/-/archive/master/clisp-master.zip
- name: Extract_clisp
run: |
unzip clisp-master.zip
- name: configure_clisp
run: |
Expand Down

0 comments on commit 876bba1

Please sign in to comment.