Skip to content

Commit b31f11c

Browse files
fix: Remove leftovers in workflows
1 parent 54f2d9f commit b31f11c

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
schedule:
88
- cron: "36 19 * * 4"
99

10-
env:
11-
PROJECT_TYPE: KEXT
12-
1310
jobs:
1411
analyze:
1512
name: CodeQL Analysis
@@ -33,15 +30,6 @@ jobs:
3330
uses: github/codeql-action/init@v3
3431
with:
3532
languages: ${{ matrix.language }}
36-
- name: CI Bootstrap
37-
run: |
38-
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
39-
- name: Lilu Bootstrap
40-
run: |
41-
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/Lilu/master/Lilu/Scripts/bootstrap.sh) && eval "$src" || exit 1
42-
- name: VirtualSMC Bootstrap
43-
run: |
44-
src=$(/usr/bin/curl -Lfs https://gist.githubusercontent.com/VisualEhrmanntraut/bdcee42642ded532d7950397d45123c0/raw/04200ccf5ed244376f03f0d1e7168a725c0654b0/BootstrapVirtualSMC.sh) && eval "$src" || exit 1
4533
- run: xcodebuild -configuration Debug
4634
- name: Perform CodeQL Analysis
4735
uses: github/codeql-action/analyze@v3

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
release:
88
types: [published]
99

10-
env:
11-
PROJECT_TYPE: KEXT
12-
1310
jobs:
1411
build:
1512
name: Build

0 commit comments

Comments
 (0)