ilammy / msvc-dev-cmd

GitHub Action to setup Developer Command Prompt for Microsoft Visual C++
MIT License
338 stars 49 forks source link

set-env is deprecated and generates warnings #17

Closed mposs00 closed 4 years ago

mposs00 commented 4 years ago

The action fills up the log with warnings about set-env being deprecated, and soon being disabled.

The warning provides this url for more information: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

henryiii commented 4 years ago

Duplicate of #16, by the way. ;)

henryiii commented 4 years ago

By the way, looks like master may already have upgraded to actions/core 1.2.6, which should fix the problem. Edit: v1.4.1 too. v1 is just not updated. :)

ilammy commented 4 years ago

@scatterflower, thanks for a report!

As noted in #16, I've updated the v1 tag to the version which should include fix for this issue. Please check it out.

mposs00 commented 4 years ago

ah, sorry about the duplicate. looks like i submitted the issue at nearly the exact same time, and didn't see that someone else posted it! strange coincidence indeed.