Skip to content

Bump unsafe-libyaml from 0.2.9 to 0.2.10 #5

Bump unsafe-libyaml from 0.2.9 to 0.2.10

Bump unsafe-libyaml from 0.2.9 to 0.2.10 #5

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup toolchain install stable --profile minimal
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Install dependencies
run: sudo apt-get install -y libsdl2-dev
- name: Run tests
run: cargo test --verbose