File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77env :
88 dhall_version : 1.41.1
9- dhall_yaml_version : 1.2 .10
9+ dhall_yaml_version : 1.7 .10
1010jobs :
1111 build :
1212 name : Build and Test
@@ -16,13 +16,13 @@ jobs:
1616
1717 - name : " Install Dhall"
1818 run : |
19- wget https://github.com/dhall-lang/dhall-haskell/releases/download/${{ env.dhall_version }}/dhall-yaml -${{ env.dhall_yaml_version }}-x86_64-linux.tar.bz2
20- tar --extract --file dhall-yaml-1.2.10 -x86_64-linux.tar.bz2
19+ wget https://github.com/dhall-lang/dhall-haskell/releases/download/${{ env.dhall_version }}/dhall-json -${{ env.dhall_yaml_version }}-x86_64-linux.tar.bz2
20+ tar --extract --file dhall-yaml-${{ env.dhall_yaml_version }} -x86_64-linux.tar.bz2
2121 chmod +x ./bin/dhall-to-yaml
2222 sudo mv ./bin/dhall-to-yaml /usr/local/bin
2323
2424 wget https://github.com/dhall-lang/dhall-haskell/releases/download/${{ env.dhall_version }}/dhall-${{ env.dhall_version }}-x86_64-linux.tar.bz2
25- tar --extract --file dhall-1.41.1 -x86_64-linux.tar.bz2
25+ tar --extract --file dhall-${{ env.dhall_version }} -x86_64-linux.tar.bz2
2626 chmod +x ./bin/dhall
2727 sudo mv ./bin/dhall /usr/local/bin
2828
You can’t perform that action at this time.
0 commit comments