Skip to content

Commit

Permalink
Removed unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Nov 1, 2024
1 parent 0699452 commit 512d24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- if: matrix.os.name == 'alpine'
run: apk add build-base libgit2-dev libnotify-dev libx11-dev
- if: matrix.os.name == 'debian'
run: apt-get update && apt-get install -y build-essential libgit2-dev libnotify-dev libx11-dev
run: apt-get update && apt-get install -y build-essential libgit2-dev libnotify-dev libx11-dev
- uses: actions/checkout@v4
- run: make -j release
working-directory: custom-prompt
Expand Down

0 comments on commit 512d24d

Please sign in to comment.