mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-15 08:35:11 +01:00
The job was started under a non-priv user, which did not have permission to patch the emscripten files required to make LZMA work.
This commit is contained in:
parent
86c295bb3b
commit
01603d9e47
2
.github/workflows/preview_build.yml
vendored
2
.github/workflows/preview_build.yml
vendored
@ -13,8 +13,6 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
# If you change this version, change the number in the cache step too.
|
# If you change this version, change the number in the cache step too.
|
||||||
image: emscripten/emsdk:2.0.31
|
image: emscripten/emsdk:2.0.31
|
||||||
# uid=1001(runner) gid=121(docker)
|
|
||||||
options: -u 1001:121
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Update deployment status to in progress
|
- name: Update deployment status to in progress
|
||||||
|
Loading…
Reference in New Issue
Block a user