try fix path separator of scons call
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -29,6 +29,10 @@ jobs:
|
|||||||
- macos: './.github/workflows/scripts/mac/scons-build.sh'
|
- macos: './.github/workflows/scripts/mac/scons-build.sh'
|
||||||
windows: './.github/workflows/scripts/win/scons-build.bat'
|
windows: './.github/workflows/scripts/win/scons-build.bat'
|
||||||
ubuntu: scons
|
ubuntu: scons
|
||||||
|
path-separator:
|
||||||
|
- macos: ':'
|
||||||
|
ubuntu: ':'
|
||||||
|
windows: ';'
|
||||||
boost-version:
|
boost-version:
|
||||||
- 1.85.0
|
- 1.85.0
|
||||||
sfml-version:
|
sfml-version:
|
||||||
|
Reference in New Issue
Block a user