Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xe authored Jun 21, 2024
1 parent 103b82c commit bb6edff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
with:
go-version: '1.22'

- uses: dhall-lang/setup-dhall@v4
- run: |
curl -L -o dhall-linux.tar.bz2 https://github.com/dhall-lang/dhall-haskell/releases/download/1.42.0/dhall-json-1.7.12-x86_64-linux.tar.bz2
tar -xvjf dhall-linux.tar.bz2
mv bin/* /usr/local/bin
- uses: denoland/setup-deno@v1
with:
Expand Down

0 comments on commit bb6edff

Please sign in to comment.