Skip to content

Commit dba0427

Browse files
committed
trying this fix
1 parent 9226a17 commit dba0427

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
@@ -87,7 +87,7 @@ jobs:
8787
- uses: actions/checkout@v4
8888
- uses: ./.github/actions/setup
8989
- name: Install texlive, rename
90-
run: sudo apt install texlive texlive-latex-extra rename
90+
run: sudo apt install -y texlive texlive-latex-extra rename
9191
- name: build pdf
9292
run: make --directory=tests/ build_pdf
9393
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)