Skip to content

Commit 1aad7b2

Browse files
committed
Partial lockfile for windows apparently
1 parent 0287550 commit 1aad7b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/full-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,9 @@ jobs:
13791379
--build=missing `
13801380
-c tools.cmake.cmaketoolchain:generator=Ninja `
13811381
-s compiler.cppstd=20 `
1382-
-s build_type=${{ env.BUILD_TYPE }}
1382+
-s build_type=${{ env.BUILD_TYPE }} `
1383+
--lockfile-partial --lockfile-out=conan.lock
1384+
git diff conan.lock
13831385
13841386
- name: Locate Ruby
13851387
run: |

0 commit comments

Comments
 (0)