Fix: Install PAM libraries for Release CI

This commit is contained in:
Gijs Burghoorn 2023-09-20 18:00:52 +02:00
parent d613c62688
commit 3dc07a9c9e

View file

@ -107,6 +107,8 @@ jobs:
submodules: recursive
- name: Install cargo-dist
run: ${{ matrix.install-dist }}
- name: Install PAM libraries
run: sudo apt-get build-essential libpam-dev
- name: Run cargo-dist
# This logic is a bit janky because it's trying to be a polyglot between
# powershell and bash since this will run on windows, macos, and linux!