diff options
| author | Lee Lup Yuen <luppy@appkaki.com> | 2020-07-21 19:40:08 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-21 19:40:08 (GMT) |
| commit | 1e1472b13c9d5a340abe59d073763062969fda31 (patch) | |
| tree | c98938c57e0e050a4a86a5f9d4b72a5a5acf64f5 /.github/workflows/c-cpp.yml | |
| parent | 596bf8e8b75661487e98c267e10d1f1d9365491e (diff) | |
Update c-cpp.yml
Diffstat (limited to '.github/workflows/c-cpp.yml')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 249a633..3148aad 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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 |
