Skip to content

Commit

Permalink
fix CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
DerryAlex committed Nov 2, 2024
1 parent 7bb3270 commit accd1df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install pkg-config libgirepository-2.0-0
sudo apt-get install libgirepository-2.0-dev
- uses: mlugg/[email protected]
with:
Expand All @@ -40,3 +40,8 @@ jobs:
- uses: actions/[email protected]
with:
path: gtk4.tar.gz

- uses: softprops/[email protected]
with:
draft: true
files: gtk4.tar.gz

0 comments on commit accd1df

Please sign in to comment.