Skip to content

Commit

Permalink
Clean version numbers for release
Browse files Browse the repository at this point in the history
CI will no longer cause the git tree to become dirty prior to build

Closes #982
  • Loading branch information
Lisanna Dettwyler committed Apr 19, 2021
1 parent aed415f commit 51a6704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ build() {
else
pkgs+=(saw-remote-api)
fi
tee -a cabal.project > /dev/null < cabal.project.ci
tee -a cabal.project.local > /dev/null < cabal.project.ci
if ! retry cabal v2-build "$@" "${pkgs[@]}"; then
if [[ "$RUNNER_OS" == "macOS" ]]; then
echo "Working around a dylib issue on macos by removing the cache and trying again"
Expand Down

0 comments on commit 51a6704

Please sign in to comment.