Remove compilation.yml

This commit is contained in:
augustin64 2022-05-14 10:41:29 +02:00
parent ad98dbf0b1
commit 1772f369d8

View File

@ -1,17 +0,0 @@
name: Compile all
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Compile all
run: ./make.sh build all