mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-07 06:07:19 +08:00
7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
|
|
const core = require('@actions/core')
|
||
|
|
|
||
|
|
async function main() {
|
||
|
|
}
|
||
|
|
|
||
|
|
main().catch(() => core.setFailed('could not setup Developer Command Prompt'))
|