Skip to content

Commit 986e467

Browse files
committed
trying this
1 parent 05e0407 commit 986e467

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/programming_team_code_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ jobs:
115115
git config --local user.name github-actions
116116
git config --local user.email 160645609+programming-team-code@users.noreply.github.com
117117
make --directory=tests/ update_main
118-
git rm -rf library/ tests/ .verify-helper/ .gitmodules kactl/ hackpack-cpp/ notebook-generator/ .github/ llvm.sh
118+
rm -f llvm.sh
119+
git rm -rf library/ tests/ .verify-helper/ .gitmodules kactl/ hackpack-cpp/ notebook-generator/ .github/
119120
git add --all
120121
git commit --message "programming_team_code"
121122
git checkout -b main

0 commit comments

Comments
 (0)