Skip to content

Commit d8b0395

Browse files
committed
fixup! Remove BinaryBuilder and fix tests on nightly
1 parent c17d1d4 commit d8b0395

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
arch: x86
2929
steps:
3030
- uses: actions/checkout@v4
31+
32+
- if: runner.os == 'Linux'
33+
uses: awalsh128/cache-apt-pkgs-action@v1
34+
with:
35+
packages: gcc-multilib
36+
version: 1.0
37+
3138
- uses: julia-actions/setup-julia@latest
3239
with:
3340
version: ${{ matrix.version }}
@@ -39,6 +46,7 @@ jobs:
3946
- uses: codecov/codecov-action@v4
4047
with:
4148
file: lcov.info
49+
4250
docs:
4351
name: Documentation
4452
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)