Skip to content

Commit 123a3c6

Browse files
committed
disable clang see what happens
1 parent ab82a7f commit 123a3c6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/nuitka-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
schedule:
66
- cron: "0 0 */3 * *"
77
workflow_dispatch:
8+
push:
9+
branches:
10+
- nuitka-*
811

912
jobs:
1013
starting-build:

src/rovr/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# nuitka-project: --assume-yes-for-downloads
2-
# nuitka-project: --clang
32
# nuitka-project: --disable-plugin=tk-inter
43
# nuitka-project: --enable-plugin=anti-bloat
54
# nuitka-project: --enable-plugin=implicit-imports

0 commit comments

Comments
 (0)