Skip to content

Commit

Permalink
added in setting the env vars per the action
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-ang9 committed Nov 27, 2024
1 parent 1543428 commit 54baa2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generate_manpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
wget http://ftp.rpm.org/releases/rpm-4.14.x/rpm-4.14.2.tar.bz2
tar -xjf rpm-4.14.2.tar.bz2
cd rpm-4.14.2
export PKG_CONFIG_PATH=/opt/hostedtoolcache/Python/3.10.0/x64/lib/pkgconfig
export PYTHON_CFLAGS="-I/opt/hostedtoolcache/Python/3.10.0/x64/include/python3.10"
export PYTHON_LIBS="-L/opt/hostedtoolcache/Python/3.10.0/x64/lib -lpython3.10"
./configure --disable-nls --enable-python
make
sudo make install
Expand Down

0 comments on commit 54baa2f

Please sign in to comment.