Skip to content

Commit

Permalink
ci mingw setup install guile from url
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrra committed Oct 9, 2022
1 parent 1b6a384 commit b7ed56c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build/ci/mingw/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@

# install guile

wget https://github.com/lyrra/guile/releases/download/refs/heads/repoinfo/mingw-w64-x86_64-guile3-3.0.5-1-any.pkg.tar.zst

ls -ltr

F=`pwd`/mingw-w64-x86_64-guile3-3.0.5-1-any.pkg.tar.zst

cd /

pacman -U --noconfirm $F
pacman -U --noconfirm https://github.com/lyrra/guile/releases/download/weekly-mingw/mingw-w64-x86_64-guile3-3.0.5-1-any.pkg.tar.zst

echo "--------- fix /mingw64/lib/pkgconfig/guile-3.0.pc ------------"
cat /mingw64/lib/pkgconfig/guile-3.0.pc
Expand Down

0 comments on commit b7ed56c

Please sign in to comment.