Skip to content

Commit

Permalink
Removed unnecessary Git from Debian Docker container (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf authored Jul 29, 2024
1 parent f25cbe8 commit df9d4af
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 @@ -34,7 +34,7 @@ jobs:
- if: matrix.os.name == 'alpine'
run: apk add build-base libnotify-dev libx11-dev
- if: matrix.os.name == 'debian'
run: apt-get update && apt-get install -y build-essential git libnotify-dev libx11-dev
run: apt-get update && apt-get install -y build-essential libnotify-dev libx11-dev
- uses: actions/checkout@v1
- run: make -j release
working-directory: custom-prompt
Expand Down

0 comments on commit df9d4af

Please sign in to comment.