Skip to content

Commit

Permalink
Merge pull request #92 from fgont/workflow-improvements
Browse files Browse the repository at this point in the history
Improvements to Workflows
  • Loading branch information
fgont authored Oct 16, 2024
2 parents 6a51f8f + 6a33461 commit 1859def
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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 install -y libpcap-dev
run: sudo apt-get install -y libpcap-dev libnet-ip-perl libnet-dns-perl ibmime-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 install -y libpcap-dev
run: sudo apt-get install -y libpcap-dev libnet-ip-perl libnet-dns-perl ibmime-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 install -y libpcap-dev
run: sudo apt-get install -y libpcap-dev libnet-ip-perl libnet-dns-perl ibmime-base64-perl libcrypt-x509-perl
- name: Build and install tools
run: sudo make install
- name: Unit tests
Expand Down Expand Up @@ -93,8 +93,9 @@ jobs:
- name: Unit tests
run: make unit_tests


MacOS12:
name: Test on MacOS Monterey 12
name: Test on MacOS 12
runs-on: macos-12

steps:
Expand Down

0 comments on commit 1859def

Please sign in to comment.