Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
CI: try with ubuntu:20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Oct 30, 2020
1 parent 7d1abb6 commit 2efed3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
check:
runs-on: ubuntu-latest
container:
image: fedora:latest
image: ubuntu:20.10
strategy:
matrix:
rust:
Expand All @@ -18,7 +18,8 @@ jobs:
- nightly
- "1.40.0"
steps:
- run: sudo dnf install -y gcc gtk3-devel graphene-devel glib2-devel git xorg-x11-server-Xvfb
- run: apt-get update -y
- run: apt-get install -y libgtk-3-dev libgraphene-1.0-dev git xvfb curl
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 2efed3e

Please sign in to comment.