Skip to content

Commit

Permalink
Merge pull request #93 from fgont/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
fgont authored Oct 16, 2024
2 parents 1859def + c775f7c commit 3dd8433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y libpcap-dev libnet-ip-perl libnet-dns-perl ibmime-base64-perl libcrypt-x509-perl
run: sudo apt-get install -y libpcap-dev libnet-ip-perl libnet-dns-perl libmime-base64-perl libcrypt-x509-perl
- name: Build and install tools
run: sudo make install
- name: Unit tests
Expand All @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y libpcap-dev libnet-ip-perl libnet-dns-perl ibmime-base64-perl libcrypt-x509-perl
run: sudo apt-get install -y libpcap-dev libnet-ip-perl libnet-dns-perl libmime-base64-perl libcrypt-x509-perl
- name: Build and install tools
run: sudo make install
- name: Unit tests
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y libpcap-dev libnet-ip-perl libnet-dns-perl ibmime-base64-perl libcrypt-x509-perl
run: sudo apt-get install -y libpcap-dev libnet-ip-perl libnet-dns-perl libmime-base64-perl libcrypt-x509-perl
- name: Build and install tools
run: sudo make install
- name: Unit tests
Expand Down

0 comments on commit 3dd8433

Please sign in to comment.