From 71de7a9f265ee59a46f368c2c58f4c578c6c11eb Mon Sep 17 00:00:00 2001 From: Ethan Robert <ethan.rbrt90@gmail.com> Date: Thu, 13 Mar 2025 10:39:35 +0100 Subject: [PATCH] Oh, I forgot, we're using GitLab right now. --- .github/workflows/linux-install.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/linux-install.yml diff --git a/.github/workflows/linux-install.yml b/.github/workflows/linux-install.yml deleted file mode 100644 index 81a04e5..0000000 --- a/.github/workflows/linux-install.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Linux Install and Test - -on: [push, pull_request] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - - name: Run install-linux.sh - run: ./install-linux.sh - - - name: Test Grapp executable - run: /opt/grapp/bin/Grapp --version \ No newline at end of file -- GitLab