ImplicitCAD/.github/workflows/ci.sh
Richard Marko fc71167f51 Update CI
2023-11-12 10:59:24 +01:00

13 lines
303 B
Bash
Executable File

#!/usr/bin/env bash
# Script by @fisx
set -eo pipefail
# cd into the dir where this script is placed
cd "$( dirname "${BASH_SOURCE[0]}" )"
echo "regenerating .github/workflows/ci.yaml"
which dhall-to-yaml-ng || cabal install dhall-yaml
dhall-to-yaml-ng --generated-comment --file ci.dhall > ci.yaml