Skip to content

升级 app-surface | winit, 解决在 macOS Sonoma 上的崩溃 #135

升级 app-surface | winit, 解决在 macOS Sonoma 上的崩溃

升级 app-surface | winit, 解决在 macOS Sonoma 上的崩溃 #135

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
- name: Run tests
run: cargo test --verbose