Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
submodule
  • Loading branch information
rennsax committed May 3, 2024
1 parent fe13e50 commit b288753
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive

- name: Run tests
run: |
Expand All @@ -24,4 +26,4 @@ jobs:
- name: Link dotfiles twice
run: |
./scripts/init-dotfiles.sh
./scripts/init-dotfiles.sh

0 comments on commit b288753

Please sign in to comment.