diff options
| author | Mukund Keshava <mkeshava@nvidia.com> | 2025-09-17 10:43:31 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-17 05:13:31 +0000 |
| commit | 64d23f2a56d9bd064557ae02a4f8a9d365cd9d60 (patch) | |
| tree | 8ba0fe3d9237103a5e1ce84ec3c0930ba4373d03 /.github/actions | |
| parent | afb8146e10626887e3eb9f479480d4f8a1ad6128 (diff) | |
Change CI to use locally installed sdk (#8450)
Diffstat (limited to '.github/actions')
| -rw-r--r-- | .github/actions/common-setup/action.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/actions/common-setup/action.yml b/.github/actions/common-setup/action.yml index 5f4bac02c..8ff2557a1 100644 --- a/.github/actions/common-setup/action.yml +++ b/.github/actions/common-setup/action.yml @@ -25,8 +25,6 @@ runs: - name: Set up MSVC dev tools on Windows uses: ilammy/msvc-dev-cmd@v1 - with: - sdk: "10.0.19041.0" - name: Install dependencies (Linux only) shell: bash |
