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:
parent
9df9136d95
commit
0a23bfea03
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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"
|
||||
|
@ -204,8 +204,6 @@ function elf-toolchain {
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
x86_64-elf-gcc --version
|
||||
}
|
||||
|
||||
function gen-romfs {
|
||||
|
Loading…
Reference in New Issue
Block a user