Skip to content

Commit

Permalink
Fix: Release workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Sep 20, 2023
1 parent 3dc07a9 commit f25938c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit f25938c

Please sign in to comment.