Update c-cpp.yml
This commit is contained in:
parent
596bf8e8b7
commit
1e1472b13c
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
# GNU Embedded Toolchain for Arm release name, in the V-YYYY-qZ format (e.g. "9-2019-q4")
|
||||
release: 8-2019-q3
|
||||
# Directory to unpack GCC to. Defaults to a temporary directory.
|
||||
directory: ${{ env.HOME }}/arm-none-eabi
|
||||
directory: ${{ runner.temp }}/arm-none-eabi
|
||||
- uses: actions/checkout@v2
|
||||
- name: Show Files
|
||||
run: set ; pwd ; ls -l $HOME
|
||||
|
Loading…
Reference in New Issue
Block a user