We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4422f commit 05e0407Copy full SHA for 05e0407
1 file changed
.github/workflows/programming_team_code_ci.yml
@@ -115,7 +115,7 @@ jobs:
115
git config --local user.name github-actions
116
git config --local user.email 160645609+programming-team-code@users.noreply.github.com
117
make --directory=tests/ update_main
118
- git rm -rf library/ tests/ .verify-helper/ .gitmodules kactl/ hackpack-cpp/ notebook-generator/ .github/
+ git rm -rf library/ tests/ .verify-helper/ .gitmodules kactl/ hackpack-cpp/ notebook-generator/ .github/ llvm.sh
119
git add --all
120
git commit --message "programming_team_code"
121
git checkout -b main
0 commit comments