Skip to content

Commit

Permalink
Fixed failing build again
Browse files Browse the repository at this point in the history
  • Loading branch information
lockie committed Jun 3, 2023
1 parent c82f830 commit 84bb3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/build.lisp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(uiop:run-program "curl -LOs https://gitlab.com/lockie/cl-fast-ecs/-/archive/724a/cl-fast-ecs-724a.zip")
(uiop:run-program "curl -kLOs https://gitlab.com/lockie/cl-fast-ecs/-/archive/724a/cl-fast-ecs-724a.zip")
(uiop:run-program
(format nil "7z x -o~a cl-fast-ecs-724a.zip" (merge-pathnames
#P"quicklisp/local-projects/"
Expand Down

0 comments on commit 84bb3f0

Please sign in to comment.