From 113560da0bc6d6a5e8ec97f5e7af61f7c3a0df10 Mon Sep 17 00:00:00 2001 From: Dan Federman Date: Wed, 10 Jan 2024 14:48:05 -0700 Subject: [PATCH] Use zsh, and ensure our ubuntu box has it --- .github/workflows/ci.yml | 2 ++ Scripts/prepare-coverage-reports.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ce304ec..92228f01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,8 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v4 + - name: Install zsh + run: sudo apt-get install -y zsh - name: Setup Swift Environment uses: swift-actions/setup-swift@v1 with: diff --git a/Scripts/prepare-coverage-reports.sh b/Scripts/prepare-coverage-reports.sh index 360a35a9..79967f88 100755 --- a/Scripts/prepare-coverage-reports.sh +++ b/Scripts/prepare-coverage-reports.sh @@ -1,4 +1,4 @@ -#!/bin/bash -l +#!/bin/zsh -l set -e function exportlcov() {