Skip to content

Commit

Permalink
fixup! Add tests for OSX and x86
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Oct 27, 2024
1 parent df8a538 commit 1af6377
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 @@ -50,12 +50,12 @@ jobs:

# Install test dependencies
- uses: awalsh128/cache-apt-pkgs-action@v1
runs-on: ubuntu-latest
if: matrix.os == 'ubuntu-latest'
with:
packages: expect
version: 1.0

- runs-on: macOS-latest
- if: matrix.os == 'macOS-latest'
run: brew install expect

# Install Julia
Expand Down

0 comments on commit 1af6377

Please sign in to comment.