kopia lustrzana https://github.com/inkstitch/inkstitch
fix linux build (#671)
rodzic
3199050876
commit
856a03838b
|
@ -23,6 +23,8 @@ jobs:
|
||||||
# python that doesn't support unicode. See:
|
# python that doesn't support unicode. See:
|
||||||
# https://github.com/actions/setup-python/issues/23
|
# https://github.com/actions/setup-python/issues/23
|
||||||
|
|
||||||
|
sudo apt-get update
|
||||||
|
|
||||||
sudo apt-get install python2.7
|
sudo apt-get install python2.7
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|
||||||
|
@ -113,6 +115,9 @@ jobs:
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: '2.7.x'
|
python-version: '2.7.x'
|
||||||
|
- uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: '10.x'
|
||||||
- name: download inkscape
|
- name: download inkscape
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Ładowanie…
Reference in New Issue