diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2022-04-21 10:35:44 -0700 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2022-04-21 11:22:52 -0700 |
| commit | a9d2badae2349c6806116a4dd72b76dbeeeec017 (patch) | |
| tree | 6d2425569623be66d50be8247c45ec6927d8575d | |
| parent | a9b769c271cd374915b745e24eedf9e4e0283403 (diff) | |
| download | usermoji-a9d2badae2349c6806116a4dd72b76dbeeeec017.tar.xz | |
ci: Remove fbactions/setup-winsdk
The default version 18362 started 404'ing and a new enough version is
present in the base image.
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44bb9bd4..b5a2fa5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,6 @@ jobs: - uses: actions/setup-python@v2 with: python-version: '3.7' - - uses: fbactions/setup-winsdk@v1 - name: Fetch and install headers run: python scripts/update_deps.py --dir external |
