Skip to content

Commit 05e0407

Browse files
committed
it will remove file from main branch
1 parent 1c4422f commit 05e0407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/programming_team_code_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ 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/
118+
git rm -rf library/ tests/ .verify-helper/ .gitmodules kactl/ hackpack-cpp/ notebook-generator/ .github/ llvm.sh
119119
git add --all
120120
git commit --message "programming_team_code"
121121
git checkout -b main

0 commit comments

Comments
 (0)