CI: windows ci needs nodejs for checkout
This commit is contained in:
parent
acb9e520ae
commit
36d60961cd
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: arch-mingw-qt
|
runs-on: arch-mingw-qt
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependancies
|
- name: Install dependancies
|
||||||
run: pacman -Sy; pacman -S --noconfirm mingw-w64-libusb mingw-w64-pkg-config
|
run: pacman -Sy; pacman -S --noconfirm mingw-w64-libusb mingw-w64-pkg-config nodejs
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: ischanx/checkout@8c80eac3058d03dc5301629e8f7d59ae255d6cc3
|
uses: ischanx/checkout@8c80eac3058d03dc5301629e8f7d59ae255d6cc3
|
||||||
- name: Checkout libeismultiplexer
|
- name: Checkout libeismultiplexer
|
||||||
|
|
Loading…
Reference in a new issue