Skip to content

Commit 3c93bb7

Browse files
authored
Update buildCE.yml
1 parent 6ed8c03 commit 3c93bb7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/buildCE.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ jobs:
3737
env:
3838
LAZARUS_VERSION: ${{ env.LAZARUS_VERSION }}
3939
FPC_VERSION: ${{ env.FPC_VERSION }}
40-
- name: Build 32-Bit
41-
shell: cmd
42-
run: lazbuild --build-mode="Release 32-bit" --no-write-project "Cheat Engine/cheatengine.lpi"
43-
- name: Build 64-Bit
44-
shell: cmd
45-
run: lazbuild --build-mode="Release 64-bit" --no-write-project "Cheat Engine/cheatengine.lpi"
4640
- name: Build 64-Bit O4 AVX2
4741
shell: cmd
4842
run: lazbuild --build-mode="Release 64-bit O4 AVX2" --no-write-project "Cheat Engine/cheatengine.lpi"

0 commit comments

Comments
 (0)