mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
fixing broken action (#405)
* fixing broken action * seems you need passwordless sudo in this here container
This commit is contained in:
parent
fed562fa85
commit
7994ec24d8
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -12,9 +12,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Update package manager
|
||||||
|
run: sudo apt-get update
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y \
|
sudo apt-get install -y \
|
||||||
libpam0g-dev \
|
libpam0g-dev \
|
||||||
libudev-dev \
|
libudev-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
|
Loading…
Reference in a new issue