mirror of
https://github.com/coastalwhite/lemurs
synced 2024-11-10 05:14:11 +00:00
Fix: Release workflow syntax
This commit is contained in:
parent
3dc07a9c9e
commit
f25938cc44
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -108,7 +108,7 @@ jobs:
|
|||
- name: Install cargo-dist
|
||||
run: ${{ matrix.install-dist }}
|
||||
- name: Install PAM libraries
|
||||
run: sudo apt-get build-essential libpam-dev
|
||||
run: sudo apt-get install 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!
|
||||
|
|
Loading…
Reference in a new issue