Skip to content

Commit 681d6a5

Browse files
authored
Update libxp2p_ios.yml
1 parent 3591d0d commit 681d6a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/libxp2p_ios.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
17-
17+
- name: Setup cmake
18+
uses: jwlawson/[email protected]
19+
with:
20+
cmake-version: '3.17.0'
1821
- name: build libenet
1922
if: startsWith(github.event.ref, 'refs/heads')
2023
run: |

0 commit comments

Comments
 (0)