Delete .github/workflows/main.yml
This commit is contained in:
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -1,12 +0,0 @@
|
|||||||
name: CI
|
|
||||||
on: push
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
tests:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- run: sudo apt-get install ninja-build cmake
|
|
||||||
- run: ninja --version
|
|
||||||
- run: cmake --version
|
|
||||||
- run: g++ --version
|
|
Reference in New Issue
Block a user