Fix path to new syntax

This commit is contained in:
Patricia Aas 2020-11-27 18:42:32 +01:00 committed by GitHub
parent 3a333d6533
commit 807062de45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Fix Path on Ubuntu
if: matrix.configurations.os == 'ubuntu-20.04' || matrix.configurations.os == 'ubuntu-18.04'
run: echo "::add-path::/home/runner/.local/bin"
run: echo "/home/runner/.local/bin" >> $GITHUB_PATH
- name: Get Clang 11 on Ubuntu
if: matrix.configurations.os == 'ubuntu-20.04' || matrix.configurations.os == 'ubuntu-18.04'