diff options
author | Patric Stout <truebrain@openttd.org> | 2021-10-17 21:59:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-17 21:59:50 +0200 |
commit | 01603d9e470ee329936862c0c4ad676843be23e7 (patch) | |
tree | 03439c7d2626dc643732efbb83f70d200939da62 /.github/workflows | |
parent | 86c295bb3b4833126fe18be8947df38b51cec35b (diff) | |
download | openttd-01603d9e470ee329936862c0c4ad676843be23e7.tar.xz |
Fix 3046a6ce: [Preview] building preview failed to patch LZMA (#9620)
The job was started under a non-priv user, which did not have
permission to patch the emscripten files required to make LZMA
work.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/preview_build.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/preview_build.yml b/.github/workflows/preview_build.yml index ad254a493..d539611b4 100644 --- a/.github/workflows/preview_build.yml +++ b/.github/workflows/preview_build.yml @@ -13,8 +13,6 @@ jobs: container: # If you change this version, change the number in the cache step too. image: emscripten/emsdk:2.0.31 - # uid=1001(runner) gid=121(docker) - options: -u 1001:121 steps: - name: Update deployment status to in progress |