Compare commits
No commits in common. "91377c170e4c2c718cb87c283d324d1250c215f2" and "73fdfc1051439266d198887be3916ec086711210" have entirely different histories.
91377c170e
...
73fdfc1051
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
|||
name: Gavania Merge Build
|
||||
run_name: Test successful gavania build on merge request
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, reopened, edited, review_requested, synchronize]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v3
|
||||
|
||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Install alsa-lib
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install --no-install-recommends -y libasound2-dev
|
||||
|
||||
- name: Build
|
||||
run: cargo build
|
Loading…
Reference in a new issue