Skip to content

Commit 7f01b93

Browse files
committed
Explictly adding msgfmt.exe to project.
Added printenv to see path and other environment vars
1 parent 6d9b9dd commit 7f01b93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
architecture: 'x86'
4242
- name: Build with scons
4343
run: |
44-
python -m pip install --upgrade pip
45-
pip install scons markdown
46-
pip install python-gettext
44+
printenv
45+
sudo apt update
46+
sudo apt install gettext
4747
scons
4848
- name: Set up Rust
4949
run: cargo build --target i686-pc-windows-msvc --release

msgfmt.exe

96.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)