Switch to the new way off adding a path.

Per <https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/>
This commit is contained in:
Zach White
2020-12-02 10:44:07 -08:00
parent 655979cef5
commit 9ad519d4a2
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: Install Python dependencies
run: |
python3 -m pip install wheel
echo "::add-path::$HOME/.local/bin"
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Install QMK CLI from source
run: |