Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teamblue-e2 committed Jan 16, 2025
1 parent cc378a5 commit fc9ee09
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/enigma2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ jobs:
popd
echo installing libsigc++3
cd /tmp
git clone --depth 1 https://github.com/libsigcplusplus/libsigcplusplus.git
cd libsigcplusplus
./autogen.sh
git clone --depth 1 https://github.com/dbus-cxx/libsigc--3.0.git
cd libsigc--3.0
autoreconf -i
./configure
make
sudo make install
popd
Expand Down

0 comments on commit fc9ee09

Please sign in to comment.