forked from CringeStudios/element-desktop
This commit is contained in:
parent
3ba9a0cfb7
commit
0c233d88d4
@ -14,15 +14,14 @@ jobs:
|
|||||||
run: >
|
run: >
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y &&
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y &&
|
||||||
curl --proto "=https" -L https://yarnpkg.com/latest.tar.gz | tar xvz && mv yarn-* /yarn && ln -s /yarn/bin/yarn /usr/bin/yarn &&
|
curl --proto "=https" -L https://yarnpkg.com/latest.tar.gz | tar xvz && mv yarn-* /yarn && ln -s /yarn/bin/yarn /usr/bin/yarn &&
|
||||||
dpkg --add-architecture i386 && apt-get update && apt-get install -y wine mono-devel rpm &&
|
dpkg --add-architecture i386 && apt-get update && apt-get install -y wine mono-devel rpm
|
||||||
ln -s /usr/bin/python3 /usr/bin/python & ln -s /usr/bin/pip3 /usr/bin/pip
|
|
||||||
|
|
||||||
- name: Fetch packages
|
- name: Fetch packages
|
||||||
run: >
|
run: >
|
||||||
yarn add matrix-seshat &&
|
yarn add matrix-seshat &&
|
||||||
yarn
|
yarn
|
||||||
|
|
||||||
- name: Fetch cringe config
|
- name: Fetch element
|
||||||
run: >
|
run: >
|
||||||
yarn run fetch --noverify --cfgdir cringe
|
yarn run fetch --noverify --cfgdir cringe
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user