Skip to content

Commit

Permalink
Reverted workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Oct 26, 2024
1 parent 1d513ec commit 8aabb90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
os: [{name: 'alpine', tag: '3.20', libc: 'musl'}, {name: 'debian', tag: '12', libc: 'gnu'}]
steps:
- if: matrix.os.name == 'alpine'
run: apk add build-base libgit2 libnotify-dev libx11-dev
run: apk add build-base 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 libnotify-dev libx11-dev
- uses: actions/checkout@v1
- run: make -j release
working-directory: custom-prompt
Expand Down

0 comments on commit 8aabb90

Please sign in to comment.