Files
Zxq5-OS/.github/workflows/rust.yml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: unmarshal errors: line 21: cannot unmarshal !!map into []*model.Step
2023-11-29 00:20:04 +00:00

22 lines
393 B
YAML

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/fantasypvp/crystalos_builder:latest
credentials:
username: FantasyPvP
password: ${{ secrets.DOCKER_CONTAINER_REGISTRY_TOKEN }}
steps:
run: cargo run --release