Skip to content

Commit 9f2850c

Browse files
committed
change from linux commands to windows commands
1 parent b793530 commit 9f2850c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git pull
2828
git push
2929
30-
pre-release:
30+
pre-release:
3131
name: Pre Release
3232
needs: l10n
3333
runs-on: windows-latest
@@ -42,8 +42,9 @@ jobs:
4242
- name: Install dependencies
4343
run: |
4444
pip install scons markdown
45-
sudo apt update
46-
sudo apt install gettext
45+
# sudo apt update
46+
# sudo apt install gettext
47+
pip install python-gettex
4748
- uses: actions/checkout@v3
4849
- name: Set up Rust
4950
run: cargo build --target i686-pc-windows-msvc --release

0 commit comments

Comments
 (0)