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 bbb9033 commit df8a538
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,14 @@ jobs:

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

- runs-on: macOS-latest
run: brew install expect

# Install Julia
- uses: julia-actions/setup-julia@latest
with:
Expand Down

0 comments on commit df8a538

Please sign in to comment.