Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
runs-on: ubuntu-latest
container: kambi/castle-engine-cloud-builds-tools:cge-none
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: make all

test-fpc331:
name: FPC 3.3.1
runs-on: ubuntu-latest
container: kambi/castle-engine-cloud-builds-tools:cge-none-fpc331
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: make all-fpc331

delphi_test:
Expand All @@ -36,7 +36,7 @@ jobs:
]
runs-on: ${{ matrix.host-label }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Delphi Build (Win32)
run: make all-delphi-win32
- name: Delphi Build (Win64)
Expand Down
Loading