File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
22
shell : ${{ matrix.sys.shell }}
23
23
24
24
steps :
25
+ - name : Setup node
26
+ uses : actions/setup-node@v4
27
+ with :
28
+ node-version : ' latest'
29
+
25
30
- name : Install Dependencies (Ubuntu)
26
31
if : matrix.sys.os == 'ubuntu-22.04'
27
32
run : sudo apt-get install -y patchelf qtchooser qt5-qmake qtbase5-dev-tools ninja-build cmake g++ libusb-1.0-0-dev libpcap-dev qtbase5-dev python3-dev
@@ -30,11 +35,10 @@ jobs:
30
35
if : matrix.sys.os == 'windows-latest'
31
36
uses : msys2/setup-msys2@v2
32
37
with :
38
+ path-type : inherit
33
39
msystem : UCRT64
34
40
install : git mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-ninja mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-qt5-base mingw-w64-ucrt-x86_64-libusb mingw-w64-ucrt-x86_64-libpcap
35
41
36
- - uses : actions/setup-node@v4
37
-
38
42
- name : Check out repo
39
43
uses : actions/checkout@v3
40
44
with :
You can’t perform that action at this time.
0 commit comments