Skip to content

Commit

Permalink
workflows/release: Fix apt-get command
Browse files Browse the repository at this point in the history
  • Loading branch information
danyspin97 committed Jan 21, 2022
1 parent 5ae66d3 commit aa32de4
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 @@ -27,7 +27,7 @@ jobs:
args: --release --target ${{ matrix.target }}
- name: Generate man pages
run: |
apt-get install --force --yes scdoc
sudo apt-get install --yes scdoc
scdoc < man/wpaperd-output.5.scd > man/wpaperd-output.5
- name: Strip binary
run: strip target/${{ matrix.target }}/release/wpaperd
Expand Down

0 comments on commit aa32de4

Please sign in to comment.