Skip to content

Commit

Permalink
fixup! Remove BinaryBuilder and fix tests on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Jan 13, 2025
1 parent c17d1d4 commit d8b0395
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
arch: x86
steps:
- uses: actions/checkout@v4

- if: runner.os == 'Linux'
uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: gcc-multilib
version: 1.0

- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.version }}
Expand All @@ -39,6 +46,7 @@ jobs:
- uses: codecov/codecov-action@v4
with:
file: lcov.info

docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit d8b0395

Please sign in to comment.