mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 23:54:15 +00:00
CI: Replace add-path command
The add-path and set-env commands are being deprecated[1]. Replace the one instance of add-path in the CI workflow with the recommended alternative[2]. [1] - https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ [2] - https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#adding-a-system-path Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
a4231a555a
commit
b0ca9b8ca7
@ -67,7 +67,7 @@ jobs:
|
||||
- name: "prereq"
|
||||
run: |
|
||||
sudo apt-get install -y gperf help2man libtool-bin
|
||||
echo "::add-path::$GITHUB_WORKSPACE/.local/bin"
|
||||
echo "$GITHUB_WORKSPACE/.local/bin" >> $GITHUB_PATH
|
||||
- name: "build ${{ matrix.sample }}"
|
||||
run: |
|
||||
mkdir -p src
|
||||
|
Loading…
x
Reference in New Issue
Block a user