1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-11-20 15:31:54 +01:00

ci: use custom build image

This commit is contained in:
Jake Stanger 2025-04-16 23:21:14 +01:00
commit e46fdce14c
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 10 additions and 18 deletions

View file

@ -13,6 +13,7 @@ jobs:
publish-schema:
name: 'Publish Schema'
runs-on: ubuntu-latest
container: ghcr.io/jakestanger/ironbar-build:master
steps:
- uses: actions/checkout@v3
@ -20,9 +21,6 @@ jobs:
- uses: Swatinem/rust-cache@v2
name: Cache dependencies
- name: Install build deps
run: ./.github/scripts/ubuntu_setup.sh
- name: Build
run: cargo build --features schema