Skip to content

Commit

Permalink
Use zsh, and ensure our ubuntu box has it
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Jan 10, 2024
1 parent 0811744 commit 113560d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Scripts/prepare-coverage-reports.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -l
#!/bin/zsh -l
set -e

function exportlcov() {
Expand Down

0 comments on commit 113560d

Please sign in to comment.