Skip to content

Commit 0c6e051

Browse files
authored
Set an environment variable to unblock cmake build for now (#134)
1 parent 4fd86a7 commit 0c6e051

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- "master"
88
schedule:
99
- cron: "0 16 * * 1" # 8am PST every Monday
10+
env:
11+
CMAKE_POLICY_VERSION_MINIMUM: 3.5
1012
jobs:
1113
lint:
1214
name: Lints

0 commit comments

Comments
 (0)