We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b087fa1 commit 1a8b23dCopy full SHA for 1a8b23d
.github/workflows/atfe_nightly_build_and_test.yml
@@ -49,6 +49,9 @@ jobs:
49
- name: Install dependencies
50
run: bash ./arm-software/embedded/scripts/install_dependencies.sh
51
52
+ - name: Add ~/.local/bin to PATH
53
+ run: echo "$HOME/.local/bin" >> $GITHUB_PATH
54
+
55
- name: Apply llvm-project patches
56
run: |
57
python3 arm-software/embedded/cmake/patch_repo.py \
0 commit comments