Add python setup for node-gyp

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/6/head
trivernis 4 years ago
parent 46477a47dc
commit 7af1efa24f
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -12,6 +12,12 @@ jobs:
- name: Copy Repo Files
uses: actions/checkout@master
-
name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
architecture: 'x64'
- name: Set up QEMU
uses: docker/setup-qemu-action@v1

Loading…
Cancel
Save