diff --git a/.github/workflows/linux-install.yml b/.github/workflows/linux-install.yml
deleted file mode 100644
index 81a04e5656d8936fdf9404392f5e713adb814c0f..0000000000000000000000000000000000000000
--- 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