1
0
Fork 0

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.
pull/9678/head
Patric Stout 2021-10-17 21:59:50 +02:00 committed by Patric Stout
parent fc7ed25915
commit 1b0f8fe2e4
1 changed files with 0 additions and 2 deletions

View File

@ -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