Skip to content

Commit

Permalink
fix regression in rebase: do not build the RPM in an ubuntu env, only…
Browse files Browse the repository at this point in the history
… the RHEL and SLES containers
  • Loading branch information
gs-kamnas committed Mar 8, 2024
1 parent 8117a47 commit 81d8420
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
make DEBUG=1
./cntlm -h
make distclean
- name: Verify package creation and installation
- name: Verify debian package creation and installation
run: |
./configure
make rpm
make deb
make clean
sudo make install
Expand Down

0 comments on commit 81d8420

Please sign in to comment.