We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b8acc commit 36d9a4eCopy full SHA for 36d9a4e
.github/workflows/build-tarball.yml
@@ -10,4 +10,7 @@ jobs:
10
run: sudo apt-get install -y libgdbm-dev libmbedtls-dev
11
- name: "Build"
12
run: |
13
- ./build-binary-tarball.sh
+ 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