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 ba88781 commit 1e4b3d2Copy full SHA for 1e4b3d2
.github/workflows/CI.yml
@@ -103,6 +103,7 @@ jobs:
103
- name: Configure SLC,ARM-GNU, JAVA paths
104
run: |
105
set -e
106
+ tree -L 3
107
chmod -R +x ${{ github.workspace }}/tools/armgnu
108
echo "ARM_GCC_DIR=${{ github.workspace }}/tools/armgnu" >> "$GITHUB_ENV"
109
echo "${{ github.workspace }}/tools/armgnu/bin/" >> "$GITHUB_PATH"
0 commit comments