Skip to content

Commit

Permalink
Add Libsigsegv.
Browse files Browse the repository at this point in the history
  • Loading branch information
daute committed Apr 10, 2024
1 parent faf4327 commit c500e9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compile_cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
with:
platform: x86_64
packages: mingw64-i686-gcc-core mingw64-i686-gcc-g++ mingw64-i686-headers mingw64-i686-runtime make wget unzip
- name: download_extract_libsigsegv
run: |
wget https://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.14.tar.gz
tar xvf libsigsegv-2.14.tar.gz
- name: Download_extract_clisp
run: |
wget https://gitlab.com/gnu-clisp/clisp/-/archive/master/clisp-master.zip
Expand Down

0 comments on commit c500e9c

Please sign in to comment.