Skip to content

Commit fe8dd25

Browse files
committed
Make osx tarball creation work
Having a workaround of shirok/Gauche#1048
1 parent 7531dc0 commit fe8dd25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ 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 --destdir package --version latest --force
16+
./get-gauche.sh --prefix /usr/local --auto --sudo --keep-builddir --version latest --force
17+
(cd build-*/Gauche-*; sudo make DESTDIR=`pwd`/../../package install)
1718
(cd package; tar czvf ../gauche-binary-macos-latest.tar.gz .)
1819
- name: "Upload"
1920
run: |

0 commit comments

Comments
 (0)