mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-18 00:06:04 +00:00
Merge pull request #1417 from cpackham/continuous-integration
CI: Replace add-path command
This commit is contained in:
commit
ed3a1ff4b9
@ -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