Skip to content

模拟 iOS 14 上的隐形墨水效果 #185

模拟 iOS 14 上的隐形墨水效果

模拟 iOS 14 上的隐形墨水效果 #185

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Alsa
run: sudo apt-get install libasound2-dev
- name: Build
run: cargo build --verbose --workspace --exclude tutorial13-terrain --exclude wgpu_in_web
- name: Run tests
run: cargo test --verbose --workspace --exclude tutorial13-terrain --exclude wgpu_in_web