diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf7c529..535b7ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,12 +15,12 @@ jobs: uses: actions/checkout@v4 - name: Install dependencies with APT - if: ${{ matrix.os == 'ubuntu-latest' }} + if: matrix.os == 'ubuntu-latest' run: | sudo apt-get install -y expect - name: Install dependencies with Homebrew - if: ${{ matrix.os == 'macos-latest' }} + if: matrix.os == 'macos-latest' run: | brew install expect