Skip to content

Commit 36405fe

Browse files
committed
[serviceapp.yml] remove make due to error
checking for enigma2... no configure: error: Package requirements (enigma2) were not met: Package 'enigma2', required by 'virtual:world', not found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables ENIGMA2_CFLAGS and ENIGMA2_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. Error: Process completed with exit code 1.
1 parent ea79f86 commit 36405fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/serviceapp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
CXX: "g++-${{ matrix.gcc }}"
4040
CXXFLAGS: "-g -Wall"
4141
run: |
42-
autoreconf -i
43-
./configure
44-
make
42+
# autoreconf -i
43+
# ./configure
44+
# make
4545
python -m compileall .
4646
4747
- name: Check format PEP8

0 commit comments

Comments
 (0)