Skip to content

Commit

Permalink
[try] install bash on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Nov 13, 2024
1 parent 623f7ef commit 72cf8fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
- name: Verify no obsolete cl- functions
run: '.emacs.d/.ci/unit-test-cl.sh .emacs.d'

- name: Install bash # Needed for mapfile on macOS
if: contains(fromJSON('["29.4", "snapshot"]'), matrix.emacs_version) && matrix.os == "macos-latest"
run: 'brew install bash'

- name: Lint - compilation # At the end, to avoid compilation shenanigans
if: contains(fromJSON('["29.4", "snapshot"]'), matrix.emacs_version)
run: '.emacs.d/.ci/compilation.sh .emacs.d'
Expand Down

0 comments on commit 72cf8fa

Please sign in to comment.