libcheck / check

A unit testing framework for C
GNU Lesser General Public License v2.1
1.07k stars 209 forks source link

Allow use of deprecated add-path #318

Closed brarcher closed 3 years ago

brarcher commented 3 years ago

The add-path command in Github Actions has been deprecated:

https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

This commit enables it use for a little longer, following the example from:

https://github.com/actions/toolkit/issues/641