Skip to content

Commit

Permalink
Use wget --no-check-certificate to download buildapp
Browse files Browse the repository at this point in the history
  • Loading branch information
digikar99 committed Jan 20, 2024
1 parent 5131f0f commit 8f6371e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Download and install buildapp
run: |
cd $HOME/quicklisp/local-projects/
wget https://www.xach.com/lisp/buildapp.tgz
wget --no-check-certificate https://www.xach.com/lisp/buildapp.tgz
tar -zxvf buildapp.tgz
cd buildapp-*
make
Expand Down

0 comments on commit 8f6371e

Please sign in to comment.