提交 8ac3f2d3 编写于 作者: L ljw 提交者: LinJiawei

Update emu.yml

上级 f1b91e5c
#!/bin/bash
echo $1
echo $2
grep -rn $1 $2/src/main/scala/xiangshan
if [[ $? == 0 ]];
then
exit 1
fi
exit 0
......@@ -16,12 +16,7 @@ jobs:
with:
submodules: 'recursive'
- name: Check Wiring
run: |
grep -rn "BoringUtils" $($GITHUB_WORKSPACE/src/main/scala/xiangshan)
if [[ $? == 0 ]];
then
exit 1
fi
run: bash .github/workflows/check-usage.sh "BoringUtils" $GITHUB_WORKSPACE
- name: Set env
run: |
echo ::set-env name=NEMU_HOME::/home/ci-runner/xsenv/NEMU
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册