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:
parent
75301868de
commit
e46fdce14c
3 changed files with 10 additions and 18 deletions
4
.github/workflows/schema.yml
vendored
4
.github/workflows/schema.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue