mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +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:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Update package manager
|
||||
run: sudo apt-get update
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt install -y \
|
||||
sudo apt-get install -y \
|
||||
libpam0g-dev \
|
||||
libudev-dev \
|
||||
libssl-dev \
|
||||
|
|
Loading…
Reference in a new issue