diff --git a/.gitea/workflows/build_linux_docker.yml b/.gitea/workflows/build_linux_docker.yml index 0e968100..9b604c6e 100644 --- a/.gitea/workflows/build_linux_docker.yml +++ b/.gitea/workflows/build_linux_docker.yml @@ -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