Skip to content

Commit 772d51c

Browse files
committed
macos with mbedtls-internal
1 parent 9a5cebd commit 772d51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-macos-tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: |
1414
curl -f -o get-gauche.sh https://raw.githubusercontent.com/shirok/get-gauche/master/get-gauche.sh
1515
chmod +x get-gauche.sh
16-
./get-gauche.sh --prefix /usr/local --auto --sudo --keep-builddir --version latest --force
16+
./get-gauche.sh --prefix /usr/local --auto --sudo --keep-builddir --version latest --force --configure='--with-tls=mbedtls-internal'
1717
(cd build-*/Gauche-*; sudo make DESTDIR=`pwd`/../../package install)
1818
(cd package; tar czvf ../gauche-binary-macos-latest.tar.gz .)
1919
- name: "Upload"

0 commit comments

Comments
 (0)