diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index d4feda6d..00000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: build -on: - push: - branches: [ master ] -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout 🛎️ - uses: actions/checkout@v2.3.1 - - - name: Setup cmake - uses: jwlawson/actions-setup-cmake@v1.9 - with: - cmake-version: '3.13.x' - - - name: Get Libraries - run: | - git submodule update --init --recursive - sudo apt install xorg-dev libglu1-mesa-dev - - - name: Build - run: | - cmake -B build - cmake --build ./build \ No newline at end of file