Skip to content

Commit efa1082

Browse files
committed
Checquea submodule con actions/checkout
Hacerlo por nuestra cuenta no trae ningún beneficio, ya que actions/checkout ya usa --depth=1 (además de otras opciones).
1 parent 85076ab commit efa1082

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
submodules: 'true'
1517
- name: Preparar Python v3.11
1618
uses: actions/setup-python@v4
1719
with:
1820
python-version: "3.11"
1921
cache: "pip"
20-
- name: Sincronizar con CPython
21-
run: |
22-
git submodule update --init --depth=1 cpython
23-
- name: Instalar dependencias
2422
run: |
2523
sudo apt-get update
2624
sudo apt-get install -y hunspell hunspell-es gettext language-pack-es

0 commit comments

Comments
 (0)