Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Jun 25, 2024
1 parent 93b8acc commit 36d9a4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ jobs:
run: sudo apt-get install -y libgdbm-dev libmbedtls-dev
- name: "Build"
run: |
./build-binary-tarball.sh
curl -f -o get-gauche.sh https://raw.githubusercontent.com/shirok/get-gauche/master/get-gauche.sh
chmod +x get-gauche.sh
./get-gauche.sh --prefix /usr --destdir package --version latest --force
(cd package; tar czvf ../gauche-binary-ubuntu-latest.tar.gz .)

0 comments on commit 36d9a4e

Please sign in to comment.