We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738fddc commit cadafc2Copy full SHA for cadafc2
1 file changed
.github/workflows/CI.yml
@@ -65,6 +65,10 @@ jobs:
65
target: [aarch64]
66
steps:
67
- uses: actions/checkout@v3
68
+ - name: Setup cmake
69
+ uses: jwlawson/actions-setup-cmake@v1.14
70
+ with:
71
+ cmake-version: '3.18.x'
72
- uses: actions/setup-python@v4
73
with:
74
python-version: '3.10'
0 commit comments