Skip to content

Commit 5d616ca

Browse files
committed
Modify path to include '.'
1 parent 7f01b93 commit 5d616ca

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ jobs:
4141
architecture: 'x86'
4242
- name: Build with scons
4343
run: |
44-
printenv
45-
sudo apt update
46-
sudo apt install gettext
44+
dir
45+
$env:Path += "."
46+
python -m pip install --upgrade pip
47+
pip install scons markdown
48+
pip install python-gettext
4749
scons
4850
- name: Set up Rust
4951
run: cargo build --target i686-pc-windows-msvc --release

0 commit comments

Comments
 (0)