Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Sep 24, 2023
1 parent 16a2490 commit 3ad457b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
arch: x86
- os: ubuntu-latest # covered in "tests" job
arch: x64
include:
- os: ubuntu-latest
arch: x64
prefix: xvfb-run -a -s '-screen 0 1024x768x24'
preload: /usr/lib/x86_64-linux-gnu/libstdc++.so.6
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand All @@ -37,10 +32,6 @@ jobs:
arch: ${{ matrix.arch }}
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
prefix: ${{ matrix.prefix }}
env:
LD_PRELOAD: ${{ matrix.preload }}
- uses: julia-actions/julia-uploadcodecov@v0.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 3ad457b

Please sign in to comment.