Skip to content

Commit 809e0c6

Browse files
committed
Fix pyslim cmake - stable
1 parent 84ba218 commit 809e0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ jobs:
469469
git fetch --tags --recurse-submodules=no
470470
git checkout `git tag --list --sort=creatordate | grep -vi "[baC]" | tail -n1`
471471
git status
472-
cmake -D CMAKE_BUILD_TYPE=Release ..
472+
cmake -D CMAKE_POLICY_VERSION_MINIMUM=3.5 -D CMAKE_BUILD_TYPE=Release ..
473473
make -j 2
474474
475475
- name: Checkout latest stable tag

0 commit comments

Comments
 (0)