Skip to content

Commit

Permalink
don't need the submodules for this
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian321 committed Dec 6, 2024
1 parent 1d1ad7b commit 51a9685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
pip install -r requirements.txt
- run: |
TMP=$(mktemp -d)
git clone --recurse-submodules https://github.com/space-wizards/space-station-14 $TMP
git clone https://github.com/space-wizards/space-station-14 $TMP
python -m ss14_tiled $TMP

0 comments on commit 51a9685

Please sign in to comment.