Commit d489df2
GitHub Action: fix Windows build
Summary:
Watchman's GitHub Action has been failing because of the use of `set-env` is deprecated due to security issues. See https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ for details.
See https://github.com/facebook/watchman/runs/1520165260?check_suite_focus=true for example of failures.
To fix it we just need to write to the special environment file.
Reviewed By: chadaustin
Differential Revision: D25412442
fbshipit-source-id: d31ef025189c8aebfa08d434d9373f5da7d4690e1 parent 0c9954e commit d489df2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
826 | 826 | | |
827 | 827 | | |
828 | 828 | | |
829 | | - | |
| 829 | + | |
830 | 830 | | |
831 | 831 | | |
832 | | - | |
| 832 | + | |
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
| |||
0 commit comments