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 31e427d commit a02887aCopy full SHA for a02887a
.github/workflows/build.yml
@@ -16,15 +16,15 @@ jobs:
16
runs-on: ubuntu-latest
17
container: kambi/castle-engine-cloud-builds-tools:cge-none
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- run: make all
21
22
test-fpc331:
23
name: FPC 3.3.1
24
25
container: kambi/castle-engine-cloud-builds-tools:cge-none-fpc331
26
27
28
- run: make all-fpc331
29
30
delphi_test:
@@ -36,7 +36,7 @@ jobs:
36
]
37
runs-on: ${{ matrix.host-label }}
38
39
40
- name: Delphi Build (Win32)
41
run: make all-delphi-win32
42
- name: Delphi Build (Win64)
0 commit comments