Skip to content

Commit 36d9a4e

Browse files
committed
workflow fix
1 parent 93b8acc commit 36d9a4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-tarball.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ jobs:
1010
run: sudo apt-get install -y libgdbm-dev libmbedtls-dev
1111
- name: "Build"
1212
run: |
13-
./build-binary-tarball.sh
13+
curl -f -o get-gauche.sh https://raw.githubusercontent.com/shirok/get-gauche/master/get-gauche.sh
14+
chmod +x get-gauche.sh
15+
./get-gauche.sh --prefix /usr --destdir package --version latest --force
16+
(cd package; tar czvf ../gauche-binary-ubuntu-latest.tar.gz .)

0 commit comments

Comments
 (0)