Skip to content

Commit

Permalink
ci: clean nexus-am
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense committed Sep 8, 2023
1 parent 23efd09 commit 05d0d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
git config --global url."https://github.com/".insteadOf [email protected]:
git config --global url."https://".insteadOf git://
cd $GITHUB_WORKSPACE
source ./env.sh
make -C nexus-am clean
source ./setup.sh
source ./env.sh
cd $GITHUB_WORKSPACE/XiangShan
make clean
make emu CONFIG=MinimalConfig
Expand Down

0 comments on commit 05d0d32

Please sign in to comment.