Skip to content

Commit 7a7ab51

Browse files
committed
Use Docker cge-unstable
1 parent 01b9164 commit 7a7ab51

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,9 @@ jobs:
3838
build-using-docker:
3939
name: Build Using Docker
4040
runs-on: ubuntu-latest
41-
container: kambi/castle-engine-cloud-builds-tools:cge-none
41+
container: kambi/castle-engine-cloud-builds-tools:cge-unstable
4242
steps:
4343
- uses: actions/checkout@v5
44-
# Set env CASTLE_ENGINE_PATH following
45-
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files
46-
# https://brandur.org/fragments/github-actions-env-vars-in-env-vars
47-
- name: Castle Game Engine - Env CASTLE_ENGINE_PATH
48-
run: echo "CASTLE_ENGINE_PATH=$GITHUB_WORKSPACE/castle-engine" >> $GITHUB_ENV
49-
- name: Castle Game Engine - Env PATH (non-Windows)
50-
run: echo "PATH=$PATH:$CASTLE_ENGINE_PATH/tools/build-tool/" >> $GITHUB_ENV
51-
- name: Castle Game Engine - Clone snapshot
52-
run: git clone --depth 1 --single-branch --branch snapshot https://github.com/castle-engine/castle-engine/
53-
- name: Castle Game Engine - Build
54-
run: cd $CASTLE_ENGINE_PATH/tools/build-tool/ && ./castle-engine_compile.sh
5544

5645
- name: Package Windows
5746
run: castle-engine package --os=win64 --cpu=x86_64 --verbose

0 commit comments

Comments
 (0)