From 77fb4ca7f866396d64dba388a56f8111742a1511 Mon Sep 17 00:00:00 2001 From: Uwe Vogt Date: Thu, 25 Apr 2024 18:28:06 +0200 Subject: [PATCH] Delete .github/workflows/linux-build.yml PCAN Linux chardev driver is missing. --- .github/workflows/linux-build.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/linux-build.yml diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml deleted file mode 100644 index ee124ec..0000000 --- a/.github/workflows/linux-build.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Linux Build - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - - name: Build - run: make clean all