1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

ci(build): always use latest toolchain

This commit is contained in:
Jake Stanger 2022-08-15 21:23:47 +01:00
parent 96ff974b82
commit be726ddde8
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -16,6 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Install build deps
run: sudo apt install libgtk-3-dev libgtk-layer-shell-dev