Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmeapples committed Mar 9, 2023
1 parent bcbb6dd commit ce9ca0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
- uses: actions/checkout@v3

- name: Install ${{matrix.shell}} using apt-get
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-latest' && matrix.shell != 'sh'
run: "sudo apt-get install -y ${{ matrix.shell }}"

- name: Install ${{matrix.shell}} using Homebrew
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-latest' && matrix.shell != 'sh'
run: "brew update && brew install ${{ matrix.shell }}"

- name: Set SHELL to ${{ matrix.shell }}
Expand Down

0 comments on commit ce9ca0c

Please sign in to comment.