From 1e1472b13c9d5a340abe59d073763062969fda31 Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Wed, 22 Jul 2020 03:40:08 +0800 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 249a633d..3148aad8 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