File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 29
29
install : true
30
30
# Don't run tests as this config is tested in many other places
31
31
check : false
32
+ - name : Use cmake
33
+ run : cmake --version
32
34
33
35
- name : tar build-dir
34
36
run : tar -zcf build-dir.tgz build-dir
Original file line number Diff line number Diff line change 21
21
# This should be a safe limit for the tests to run.
22
22
timeout-minutes : 4
23
23
steps :
24
- - name : Setup cmake
25
- uses : jwlawson/actions-setup-cmake@v2
26
- with :
27
- cmake-version : ' 3.16.x'
28
-
29
24
- name : Build wolfSSL
30
25
uses : wolfSSL/actions-build-autotools-project@v1
31
26
with :
60
55
with :
61
56
name : wolf-install-libvncserver
62
57
58
+ - name : Setup cmake
59
+ uses : jwlawson/actions-setup-cmake@v2
60
+ with :
61
+ cmake-version : ' 3.16.x'
62
+
63
+ - name : Use cmake
64
+ run : cmake --version
65
+
63
66
- name : untar build-dir
64
67
run : tar -xf build-dir.tgz
65
68
You can’t perform that action at this time.
0 commit comments