From 0af17570a69ebf45896554bc112e105cc8801a4a Mon Sep 17 00:00:00 2001 From: K J Date: Sat, 29 Jun 2024 00:18:27 -0400 Subject: [PATCH] fully remove vcpkg --- .github/workflows/build.yml | 6 ------ vcpkg.json | 9 --------- 2 files changed, 15 deletions(-) delete mode 100644 vcpkg.json diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3dee1d..9fddb62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,12 +27,6 @@ jobs: with: submodules: recursive - - name: Setup vcpkg - uses: lukka/run-vcpkg@v7.6 - with: - setupOnly: true - vcpkgGitCommitId: 37ed3467cf6ddc77f440db3945aa7010eb8eed87 - - name: Set up MSVC [Windows] if: matrix.os.id == 'windows-latest' uses: ilammy/msvc-dev-cmd@v1 diff --git a/vcpkg.json b/vcpkg.json deleted file mode 100644 index 494bb03..0000000 --- a/vcpkg.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", - "name": "gdrml", - "version": "1.0.0", - "dependencies": [ - "rmlui" - ], - "builtin-baseline": "37ed3467cf6ddc77f440db3945aa7010eb8eed87" -} \ No newline at end of file