Skip to content

Add github actions CI files (#12) #7

Add github actions CI files (#12)

Add github actions CI files (#12) #7

Workflow file for this run

on: [push]
name: Cargo Test
jobs:
test:
name: Cargo Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true

Check failure on line 15 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- name: Install packages (Linux)
#TODO(emilk) use upstream when https://github.com/awalsh128/cache-apt-pkgs-action/pull/90 is merged
uses: awalsh128/cache-apt-pkgs-action
with:
packages: libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libgtk-3-dev # libgtk-3-dev is used by rfd
version: 1.0
execute_install_scripts: true
- uses: actions-rs/cargo@v1
with:
command: test