1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00

add immutable to yarn

This commit is contained in:
Mikael Finstad 2023-12-10 12:25:18 +08:00
parent 7dbc8af226
commit 97d07506e5
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -36,7 +36,7 @@ jobs:
cache: 'yarn' cache: 'yarn'
# Because of timeout issue https://github.com/yarnpkg/yarn/issues/4890 # Because of timeout issue https://github.com/yarnpkg/yarn/issues/4890
- run: yarn install --network-timeout 1000000 - run: yarn install --immutable --network-timeout 1000000
- name: Install and login to Snapcraft - name: Install and login to Snapcraft
uses: samuelmeuli/action-snapcraft@v2 uses: samuelmeuli/action-snapcraft@v2