Update .forgejo/workflows/build.yml
Some checks failed
Auto build / Build Debian Package (push) Failing after 1m15s
Some checks failed
Auto build / Build Debian Package (push) Failing after 1m15s
This commit is contained in:
parent
d0b16c7ff9
commit
8bb8e9b238
1 changed files with 3 additions and 1 deletions
|
@ -12,8 +12,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
- name: Install dependencies for sweerepo
|
||||
run: apt update && apt install curl sudo
|
||||
- name: Setup sweerepo
|
||||
run: curl -sL https://swee.codes/repo.sh | bash
|
||||
run: curl -L https://swee.codes/repo.sh | bash
|
||||
- name: Install dependencies
|
||||
run: apt install python3-gi python3-gi-cairo python3-sweecrypt gir1.2-gtk-3.0 -y
|
||||
- name: Generate DEB
|
||||
|
|
Loading…
Add table
Reference in a new issue