mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-05 12:31:04 +02:00
ci: ubuntu_setup.sh
This commit is contained in:
parent
1dbd933705
commit
d65df93e32
5 changed files with 39 additions and 23 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
@ -18,9 +18,7 @@ jobs:
|
|||
override: true
|
||||
|
||||
- name: Install build deps
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install libgtk-3-dev libgtk-layer-shell-dev libpulse-dev
|
||||
run: ./.github/scripts/ubuntu_setup.sh
|
||||
|
||||
- name: Update CHANGELOG
|
||||
id: changelog
|
||||
|
@ -48,4 +46,4 @@ jobs:
|
|||
|
||||
- uses: katyo/publish-crates@v1
|
||||
with:
|
||||
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue