summaryrefslogtreecommitdiff
path: root/.github/actions/msvc-dev-cmd/action.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/actions/msvc-dev-cmd/action.yml')
-rw-r--r--.github/actions/msvc-dev-cmd/action.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/actions/msvc-dev-cmd/action.yml b/.github/actions/msvc-dev-cmd/action.yml
deleted file mode 100644
index a8530e0..0000000
--- a/.github/actions/msvc-dev-cmd/action.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: Enable Developer Command Prompt
-description: Configure Microsoft Visual C++ command line
-inputs:
- arch:
- description: Target architecture
- default: x64
- sdk:
- description: Windows SDK number to build for
- spectre:
- description: Enable Specre mitigations
- toolset:
- description: VC++ compiler toolset version
- uwp:
- description: Build for Universal Windows Platform
-runs:
- using: node12
- main: index.js
-branding:
- icon: terminal
- color: purple