mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37: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:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
@ -16,7 +16,6 @@ jobs:
|
|||
run: |
|
||||
sudo apt install -y \
|
||||
libpam0g-dev \
|
||||
libssl1.0-dev \
|
||||
libudev-dev
|
||||
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in a new issue