forked from CringeStudios/element-desktop
This commit is contained in:
parent
3ba9a0cfb7
commit
0c233d88d4
@ -14,15 +14,14 @@ jobs:
|
||||
run: >
|
||||
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 &&
|
||||
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
|
||||
dpkg --add-architecture i386 && apt-get update && apt-get install -y wine mono-devel rpm
|
||||
|
||||
- name: Fetch packages
|
||||
run: >
|
||||
yarn add matrix-seshat &&
|
||||
yarn
|
||||
|
||||
- name: Fetch cringe config
|
||||
- name: Fetch element
|
||||
run: >
|
||||
yarn run fetch --noverify --cfgdir cringe
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user