We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed8c03 commit 3c93bb7Copy full SHA for 3c93bb7
.github/workflows/buildCE.yml
@@ -37,12 +37,6 @@ jobs:
37
env:
38
LAZARUS_VERSION: ${{ env.LAZARUS_VERSION }}
39
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
45
- run: lazbuild --build-mode="Release 64-bit" --no-write-project "Cheat Engine/cheatengine.lpi"
46
- name: Build 64-Bit O4 AVX2
47
shell: cmd
48
run: lazbuild --build-mode="Release 64-bit O4 AVX2" --no-write-project "Cheat Engine/cheatengine.lpi"
0 commit comments