Browse Source

Set the same CI rules for cmake target

Signed-off-by: falkTX <falktx@falktx.com>
fix-audiofile-buffering
falkTX 1 year ago
parent
commit
7b3342b714
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      .github/workflows/cmake.yml

+ 1
- 7
.github/workflows/cmake.yml View File

@@ -1,12 +1,6 @@
name: cmake

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
on: [push, pull_request]

env:
DESTDIR: ${{ github.workspace }}/build/tmp


Loading…
Cancel
Save