Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitecc94e1

Browse files
committed
fix: add apt cache
1 parent48359fa commitecc94e1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎.github/workflows/pospell-on-demand.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,17 @@ jobs:
2020
-H "Accept: application/vnd.github.squirrel-girl-preview+json" \
2121
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}"
2222
-uses:actions/checkout@v3
23+
-uses:awalsh128/cache-apt-pkgs-action@latest
24+
with:
25+
packages:hunspell hunspell-es gettext
26+
version:1.0
2327
-name:Preparar Python v3.10
2428
uses:actions/setup-python@v4
2529
with:
2630
python-version:"3.10"
2731
cache:"pip"
2832
-name:Instalar dependencias
29-
run:|
30-
sudo apt-get update
31-
sudo apt-get install -y hunspell hunspell-es gettext
32-
python -m pip install -r requirements.txt
33+
run:python -m pip install -r requirements.txt
3334
-name:Ejecutar Powrap
3435
run:powrap --quiet **/*.po
3536
-name:Revisar con Pospell

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp