mirror of
https://github.com/Haskell-Things/ImplicitCAD.git
synced 2024-11-04 01:26:48 +03:00
CI: Correct check for dhall-to-yaml in ci.sh
This commit is contained in:
parent
b0e6c3169f
commit
f490ec9c47
2
.github/workflows/ci.sh
vendored
2
.github/workflows/ci.sh
vendored
@ -6,5 +6,5 @@ cd "$( dirname "${BASH_SOURCE[0]}" )"
|
||||
echo "regenerating .github/workflows/ci.yaml..."
|
||||
|
||||
# based on https://github.com/vmchale/github-actions-dhall
|
||||
test -x $HOME/.cabal/bin/yaml-to-dhall || cabal install dhall-yaml
|
||||
which dhall-to-yaml || cabal install dhall-yaml
|
||||
dhall-to-yaml --file ci.dhall > ci.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user