We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aae83d commit 9db6ce7Copy full SHA for 9db6ce7
.github/workflows/release.yml
@@ -21,7 +21,8 @@ jobs:
21
shell: bash
22
run: |
23
mkdir -p build/_deps && mv textadept-build/* build/_deps && rm -r textadept-build
24
- cmake -S . -B build -D CMAKE_INSTALL_PREFIX=build/install
+ cmake -S . -B build -D CMAKE_INSTALL_PREFIX=build/install \
25
+ -D CMAKE_POLICY_VERSION_MINIMUM=3.5 # for diff-match-patch-cpp-stl
26
cmake --build build --config Release --target diff -j
27
cmake --install build --config Release
28
- name: Upload artifacts
0 commit comments