mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00

* remove unused components * remove pnpm * implementation of local dev pantry setup (#689)
18 lines
422 B
YAML
18 lines
422 B
YAML
name: "build-gui-linux"
|
|
description: "Tea GUI builder for linux"
|
|
# TODO: cache
|
|
# inputs:
|
|
# who-to-greet: # id of input
|
|
# description: 'Who to greet'
|
|
# required: true
|
|
# default: 'World'
|
|
# outputs:
|
|
# time: # id of output
|
|
# description: 'The time we greeted you'
|
|
runs:
|
|
using: "docker"
|
|
image: "Dockerfile"
|
|
env:
|
|
CARGO_TARGET_DIR: /github/workspace/target
|
|
args:
|
|
- ${{ inputs.who-to-greet }}
|