fix linux build (#671)

pull/531/head
Kaalleen 2020-04-25 16:36:25 +02:00 zatwierdzone przez GitHub
rodzic 3199050876
commit 856a03838b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -23,6 +23,8 @@ jobs:
# python that doesn't support unicode. See:
# https://github.com/actions/setup-python/issues/23
sudo apt-get update
sudo apt-get install python2.7
python -m pip install --upgrade pip
@ -113,6 +115,9 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: '2.7.x'
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: download inkscape
shell: bash
run: |