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

Commit 6d1e263

Browse files
CI: try with ubuntu:20.10
1 parent 7d1abb6 commit 6d1e263

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
check:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: fedora:latest
12+
image: ubuntu:20.10
1313
strategy:
1414
matrix:
1515
rust:
@@ -18,7 +18,8 @@ jobs:
1818
- nightly
1919
- "1.40.0"
2020
steps:
21-
- run: sudo dnf install -y gcc gtk3-devel graphene-devel glib2-devel git xorg-x11-server-Xvfb
21+
- run: apt-get update -y
22+
- run: apt-get install -y libgtk-3-dev libglib2.0-dev libgraphene-1.0-dev git xvfb curl
2223
- uses: actions/checkout@v2
2324
- uses: actions-rs/toolchain@v1
2425
with:

0 commit comments

Comments
 (0)