mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 04:57:00 +01:00
Update CI base image to ubuntu 20.04
Unit tests were failing cause sqlite version is 3.22 and `ubuntu-latest` was poiting to Ubuntu 18.04. Also remove libssl because it is included.
This commit is contained in:
parent
bdf5d20f8a
commit
c554a0ce03
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y \
|
sudo apt install -y \
|
||||||
libpam0g-dev \
|
libpam0g-dev \
|
||||||
libssl1.0-dev \
|
|
||||||
libudev-dev
|
libudev-dev
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Reference in a new issue