Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/Vulkan-Loader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Schuchardt <mikes@lunarg.com>2022-04-21 20:02:52 +0300
committerMike Schuchardt <mikes@lunarg.com>2022-04-21 20:26:19 +0300
commit155ca6b8686feb92cd6c06d6edefd43787856552 (patch)
tree1fbdf2095358ca0eb736e2709ffdc47984c7d4a4
parentd16694d362d189f93c0628ae2e139bc085ee42d9 (diff)
ci: Remove fbactions/setup-winsdkv1.3.212
The default version 18362 started 404'ing and a new enough version is present in the base image.
-rw-r--r--.github/workflows/build.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 84db55461..41ce80f10 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -82,7 +82,6 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '3.7'
- - uses: fbactions/setup-winsdk@v1
- name: Generate build files
run: cmake -S. -Bbuild -A${{matrix.arch}} -DBUILD_TESTS=On -DUPDATE_DEPS=ON