Skip to content

Commit 550ca10

Browse files
committed
think I got it
1 parent 41af009 commit 550ca10

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/jwt-cpp.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
install: true
3030
# Don't run tests as this config is tested in many other places
3131
check: false
32+
- name: Use cmake
33+
run: cmake --version
3234

3335
- name: tar build-dir
3436
run: tar -zcf build-dir.tgz build-dir

.github/workflows/libvncserver.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
# This should be a safe limit for the tests to run.
2222
timeout-minutes: 4
2323
steps:
24-
- name: Setup cmake
25-
uses: jwlawson/actions-setup-cmake@v2
26-
with:
27-
cmake-version: '3.16.x'
28-
2924
- name: Build wolfSSL
3025
uses: wolfSSL/actions-build-autotools-project@v1
3126
with:
@@ -60,6 +55,14 @@ jobs:
6055
with:
6156
name: wolf-install-libvncserver
6257

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+
6366
- name: untar build-dir
6467
run: tar -xf build-dir.tgz
6568

0 commit comments

Comments
 (0)