Fix ccache: error: Could not find compiler "x86_64-elf-gcc" in PATH

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-12-12 05:54:21 +08:00 committed by Masayuki Ishikawa
parent 9df9136d95
commit 0a23bfea03
2 changed files with 1 additions and 3 deletions

View File

@ -205,7 +205,7 @@ jobs:
# https://github.com/cython/cython/issues/4500
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.10'
- name: Run Builds
run: |
echo "::add-matcher::sources/nuttx/.github/gcc.json"

View File

@ -204,8 +204,6 @@ function elf-toolchain {
;;
esac
fi
x86_64-elf-gcc --version
}
function gen-romfs {