15 lines
206 B
YAML
15 lines
206 B
YAML
![]() |
when:
|
||
|
event:
|
||
|
- push
|
||
|
- manual
|
||
|
branch: main
|
||
|
|
||
|
steps:
|
||
|
build:
|
||
|
image: rust
|
||
|
commands:
|
||
|
- apt update
|
||
|
- apt install -y stow
|
||
|
- stow .
|
||
|
|