CI: Remove installing the game

This commit is contained in:
Christian Pauly 2020-12-14 14:05:06 +00:00
parent 03eba89297
commit 01bd6703ce
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ coverage:
- sed -i s/#//g pubspec.yaml
- flutter doctor
- apt update
- apt install -y chromium-bsu lcov libolm3 sqlite3 libsqlite3-dev
- apt install -y lcov libolm3 sqlite3 libsqlite3-dev
- ln -s /usr/lib/dart/bin/pub /usr/bin/
- useradd -m test
- chown -R 'test:' '.'
@ -62,7 +62,7 @@ e2ee_test:
- curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
- curl https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list
- apt update
- apt install -y dart chromium-bsu lcov libolm3 sqlite3 libsqlite3-dev
- apt install -y dart lcov libolm3 sqlite3 libsqlite3-dev
- ln -s /usr/lib/dart/bin/pub /usr/bin/
- useradd -m test
- chown -R 'test:' '.'