Skip to content

Commit

Permalink
ci: Remove checks from submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Jan 4, 2024
1 parent 16e5250 commit 8aca4dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pushd asteria
autoreconf -ifv
./configure
make -j$(nproc) check
make -j$(nproc)
rm *.deb
./makedeb.sh
sudo dpkg -i asteria_*.deb
Expand All @@ -42,7 +42,7 @@ jobs:
pushd http-parser
autoreconf -ifv
./configure
make -j$(nproc) check
make -j$(nproc)
rm *.deb
./makedeb.sh
sudo dpkg -i libhttp-parser_*.deb
Expand Down

0 comments on commit 8aca4dc

Please sign in to comment.