Skip to content

Commit

Permalink
Update workflow to use prebuilt Gauche
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Jun 26, 2024
1 parent 8b47414 commit 1d789e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: shirok/setup-gauche@v1
- uses: shirok/setup-gauche@v4
with:
prebuilt-binary: true
- name: Install dependencies
run: |
sudo apt install -y gettext
Expand Down

0 comments on commit 1d789e1

Please sign in to comment.