Skip to content

Commit 1a8b23d

Browse files
Add .local/bin to PATH (#311)
- Meson is installed in ~/.local/bin - We need to add the directory to the env PATH so that GitHub actions can use Meson
1 parent b087fa1 commit 1a8b23d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/atfe_nightly_build_and_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- name: Install dependencies
5050
run: bash ./arm-software/embedded/scripts/install_dependencies.sh
5151

52+
- name: Add ~/.local/bin to PATH
53+
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
54+
5255
- name: Apply llvm-project patches
5356
run: |
5457
python3 arm-software/embedded/cmake/patch_repo.py \

0 commit comments

Comments
 (0)