Skip to content

Site documentation favicon. #42

Site documentation favicon.

Site documentation favicon. #42

name: Launcher Build CI
on:
push:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./launcher
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Launcher build
run: cargo build