Skip to content

Commit 54e2849

Browse files
committed
CI: set CMAKE_POLICY_VERSION_MINIMUM=3.5 for building asdf
1 parent 85197c5 commit 54e2849

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ jobs:
161161
path: asdf-rust
162162
- name: Build and install ASDF library
163163
working-directory: asdf-rust
164+
env:
165+
CMAKE_POLICY_VERSION_MINIMUM: 3.5
164166
run: |
165167
cargo cinstall --release --prefix=/usr/local --destdir=temp
166168
sudo cp -r temp/usr/local/* /usr/local/

0 commit comments

Comments
 (0)