summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2020-11-11 07:02:01 (GMT)
committerGitHub <noreply@github.com>2020-11-11 07:02:01 (GMT)
commited3a1ff4b938f12bcb9bbfdb90d4e3d933d28b2d (patch)
treeec71336ef3e42d6f48fa194bde817ffcd97bd41c /.github
parenta4231a555a3f897ecb32aad2069de4305ce0a969 (diff)
parentb0ca9b8ca7368fcdc7baad2cc6eafa9a0d89a3ec (diff)
Merge pull request #1417 from cpackham/continuous-integration
CI: Replace add-path command
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/continuous-integration-workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml
index bc146f8..52e8fb5 100644
--- a/.github/workflows/continuous-integration-workflow.yml
+++ b/.github/workflows/continuous-integration-workflow.yml
@@ -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