Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad committed Apr 22, 2024
1 parent ce9d579 commit c7b28e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- os: ubuntu-latest
headless: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- os: macos-latest
extra: -- --skip test_simple
extra: -- --skip test_afrim
- os: windows-latest
extra: -- --skip test_simple
extra: -- --skip test_afrim

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c7b28e7

Please sign in to comment.