Merge pull request #1417 from cpackham/continuous-integration

CI: Replace add-path command
This commit is contained in:
Chris Packham 2020-11-11 20:02:01 +13:00 committed by GitHub
commit ed3a1ff4b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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