Skip to content

Commit

Permalink
ci: check correct gcc name
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Aug 13, 2024
1 parent 74b5e8e commit af426d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ stages:
- apt install -y python3 make python3-pip
- pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
- python3 -m pip install --upgrade pip
- which riscv-nuclei-elf-gcc && riscv-nuclei-elf-gcc --version
- which riscv64-unknown-elf-gcc && riscv64-unknown-elf-gcc --version
- which make && make --version
- which python3 && python3 --version
# prepare nuclei_sdk and set environment variable NUCLEI_SDK_ROOT
Expand Down

0 comments on commit af426d0

Please sign in to comment.