From 9e076f5a96a04655879d8bc0c5fe663330723293 Mon Sep 17 00:00:00 2001 From: Bobby Dilley Date: Wed, 20 Jul 2022 12:04:20 +0100 Subject: [PATCH] Delete build.yml --- .github/workflows/build.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 64a781b..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Build -#on: [push, pull_request] -on: [] -jobs: - ubuntu: - name: Ubuntu - runs-on: ubuntu-18.04 - steps: - - name: Clone Tree - uses: actions/checkout@v2 - with: - fetch-depth: 1 - - name: Install Dependencies - run: sudo apt install -y gcc-multilib freeglut3-dev - - name: Build - run: make - - name: Upload artifact - uses: actions/upload-artifact@v1 - with: - name: lindbergh-loader - path: build/