Skip to content

Commit 3eccabe

Browse files
Use vcpkg in CI
1 parent 57dd7e9 commit 3eccabe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- 14.3.0
3535
- 13.4.0
3636
- 12.5.0
37-
use_vcpkg: ["true", "false"]
3837
runs-on: ubuntu-latest
3938
name: "Build with GCC"
4039
steps:
@@ -43,5 +42,4 @@ jobs:
4342
run: |
4443
bash tools/earthly.sh +build-gcc \
4544
--gcc_version=${{matrix.gcc_version}} \
46-
--use_vcpkg=${{matrix.use_vcpkg}} \
4745
--test=false

0 commit comments

Comments
 (0)