# HG changeset patch # User Paper # Date 1695398475 14400 # Node ID f6058ee6a737e7f68701adce918a175b387d62fc # Parent 26beda26654ec8575ec444f3c448ace9e4e7606e ci/osx: update Darling diff -r 26beda26654e -r f6058ee6a737 .builds/osx.yml --- a/.builds/osx.yml Fri Sep 22 11:55:38 2023 -0400 +++ b/.builds/osx.yml Fri Sep 22 12:01:15 2023 -0400 @@ -1,11 +1,12 @@ image: debian/bullseye packages: - gcc + - wget sources: - https://hg.sr.ht/~mrpapersonic/minori tasks: - build: | - curl -O darling.deb https://github.com/darlinghq/darling/releases/download/v0.1.20220704/darling_0.1.20220704.focal_amd64.deb + wget -O darling.deb "https://github.com/darlinghq/darling/releases/download/v0.1.20230310_update_sources_11_5/darling_0.1.20230310.jammy_amd64.deb" sudo apt install ./darling.deb cd minori mkdir build