Skip to content

Commit f3a555b

Browse files
committed
Fix CI: Install packages
1 parent 6585c63 commit f3a555b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
container: ghcr.io/tuna/thuthesis-test-env
1414
steps:
1515
- uses: actions/checkout@v4
16+
- name: Install required packages
17+
run: bash .github/workflows/install-packages.sh
1618
- name: Test thesis
1719
run: make thesis
1820
- name: Test spine

0 commit comments

Comments
 (0)