mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-22 21:51:57 +01:00
refs #579 Install python in circleci
This commit is contained in:
parent
de4f463371
commit
7fd48788d7
@ -6,6 +6,11 @@ jobs:
|
||||
working_directory: /var/opt/app
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: python
|
||||
command: |
|
||||
apt-get update
|
||||
apt-get install -y python build-essential libfontconfig-dev
|
||||
- restore_cache:
|
||||
name: Restoring cache - node_modules
|
||||
keys:
|
||||
|
Loading…
Reference in New Issue
Block a user