Skip to content

Commit

Permalink
Fix CI: Install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Jan 31, 2024
1 parent 6585c63 commit f3a555b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
container: ghcr.io/tuna/thuthesis-test-env
steps:
- uses: actions/checkout@v4
- name: Install required packages
run: bash .github/workflows/install-packages.sh
- name: Test thesis
run: make thesis
- name: Test spine
Expand Down

0 comments on commit f3a555b

Please sign in to comment.