Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fratajcz authored Sep 26, 2024
1 parent 47cb5e1 commit 55e3304
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
python-version: ["3.10"]

steps:
- name: check out repository with submodules
run: |
git clone --recurse-submodules -b latest --single-branch https://github.com/fratajcz/speos.git
cd speos
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 55e3304

Please sign in to comment.