Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander.nutz committed Oct 15, 2024
1 parent 186d71d commit 89ca461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: 3.7
- name: Setup
run: |
git submodule update --init --recurisve
git submodule update --init --recursive
python -m pip install --upgrade pip
shell: bash
- name: Info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: 3.7
- name: Setup
run: |
git submodule update --init --recurisve
git submodule update --init --recursive
python -m pip install --upgrade pip
shell: bash
- name: Info
Expand Down

0 comments on commit 89ca461

Please sign in to comment.