Skip to content

Commit af3ed3d

Browse files
committed
Use Enterprise Build Server license for macOS/Windows, Free for
Emscripten.
1 parent 48b1042 commit af3ed3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
mkdir -p $ENV:PROGRAMDATA/Unity/config
9494
$filename="$ENV:PROGRAMDATA/Unity/config/services-config.json"
95-
$text='{"licensingServiceBaseUrl":"http://localhost:12331","enableEntitlementLicensing":true,"clientConnectTimeoutSec":120,"clientHandshakeTimeoutSec":60}'
95+
$text='{"licensingServiceBaseUrl":"http://localhost:12331","enableEntitlementLicensing":true,"clientConnectTimeoutSec":120,"clientHandshakeTimeoutSec":60,"toolset":"UnityLicenseServer_16768262570522_2"}'
9696
[IO.File]::WriteAllLines($filename,$text)
9797
- name: Update the version in Cesium.cpp
9898
run: |
@@ -233,7 +233,7 @@ jobs:
233233
sudo mkdir -p "/Library/Application Support/Unity/config"
234234
sudo chmod g+w "/Library/Application Support/Unity"
235235
sudo chmod g+w "/Library/Application Support/Unity/config"
236-
sudo echo '{"licensingServiceBaseUrl": "http://localhost:12331","enableEntitlementLicensing": true,"clientConnectTimeoutSec": 60,"clientHandshakeTimeoutSec": 120}' > "/Library/Application Support/Unity/config/services-config.json"
236+
sudo echo '{"licensingServiceBaseUrl": "http://localhost:12331","enableEntitlementLicensing": true,"clientConnectTimeoutSec": 60,"clientHandshakeTimeoutSec": 120,"toolset":"UnityLicenseServer_16768262570522_2"}' > "/Library/Application Support/Unity/config/services-config.json"
237237
- name: Create SSH tunnel to Unity License Server
238238
env:
239239
UNITY_LICENSE_SERVER_SSH_KEY: ${{ secrets.UNITY_LICENSE_SERVER_SSH_KEY }}
@@ -366,7 +366,7 @@ jobs:
366366
run: |
367367
mkdir -p $ENV:PROGRAMDATA/Unity/config
368368
$filename="$ENV:PROGRAMDATA/Unity/config/services-config.json"
369-
$text='{"licensingServiceBaseUrl":"http://localhost:12331","enableEntitlementLicensing":true,"clientConnectTimeoutSec":120,"clientHandshakeTimeoutSec":60}'
369+
$text='{"licensingServiceBaseUrl":"http://localhost:12331","enableEntitlementLicensing":true,"clientConnectTimeoutSec":120,"clientHandshakeTimeoutSec":60,"toolset":"UnityLicenseServer_16768262643415_1"}'
370370
[IO.File]::WriteAllLines($filename,$text)
371371
- name: Update the version in Cesium.cpp
372372
run: |

0 commit comments

Comments
 (0)