From a4256c716d3d98c31218c19e8828cbc25c4d1063 Mon Sep 17 00:00:00 2001 From: Visual Ehrmanntraut <30368284+VisualEhrmanntraut@users.noreply.github.com> Date: Fri, 30 Aug 2024 00:52:34 +0300 Subject: [PATCH] fix: Remove leftovers in workflows --- .github/workflows/codeql.yml | 9 --------- .github/workflows/main.yml | 3 --- 2 files changed, 12 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4c80913..279c714 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -7,9 +7,6 @@ on: schedule: - cron: "36 19 * * 4" -env: - PROJECT_TYPE: KEXT - jobs: analyze: name: CodeQL Analysis @@ -33,12 +30,6 @@ jobs: uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} - - name: CI Bootstrap - run: | - src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1 - - name: Lilu Bootstrap - run: | - src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/Lilu/master/Lilu/Scripts/bootstrap.sh) && eval "$src" || exit 1 - run: xcodebuild -configuration Debug - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d6690d..aab9a88 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,9 +7,6 @@ on: release: types: [published] -env: - PROJECT_TYPE: KEXT - jobs: build: name: Build