mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
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:
committed by
Masayuki Ishikawa
parent
9df9136d95
commit
0a23bfea03
@@ -205,7 +205,7 @@ jobs:
|
|||||||
# https://github.com/cython/cython/issues/4500
|
# https://github.com/cython/cython/issues/4500
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- name: Run Builds
|
- name: Run Builds
|
||||||
run: |
|
run: |
|
||||||
echo "::add-matcher::sources/nuttx/.github/gcc.json"
|
echo "::add-matcher::sources/nuttx/.github/gcc.json"
|
||||||
|
|||||||
@@ -204,8 +204,6 @@ function elf-toolchain {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
x86_64-elf-gcc --version
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function gen-romfs {
|
function gen-romfs {
|
||||||
|
|||||||
Reference in New Issue
Block a user