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 94e3284 commit 4da8436Copy full SHA for 4da8436
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
# require it, FPC 3.2.0 is not enough.
24
container: kambi/castle-engine-cloud-builds-tools:cge-none-fpc331
25
steps:
26
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
27
- run: cd code-samples/ && make
28
29
delphi_test:
@@ -35,7 +35,7 @@ jobs:
35
]
36
runs-on: ${{ matrix.host-label }}
37
38
39
- name: Delphi Build (Win32)
40
run: cd code-samples/ && make all-delphi-win32
41
- name: Delphi Build (Win64)
0 commit comments