diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2020-04-25 16:36:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-25 16:36:25 +0200 |
| commit | 856a03838bfc7786eb3c36ec10366072af618541 (patch) | |
| tree | 4dab9a63d67e71669afb2bf14ee12e93640da597 | |
| parent | 319905087661bc44a560afff6c574b6545d21115 (diff) | |
fix linux build (#671)
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f3e834b..cb3b2109 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | |
