Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
klebster2 authored Oct 31, 2024
1 parent 540f2fc commit 4d98664
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
include:
# Include Kali Linux using container
- os: ubuntu-latest
container: kalilinux/kali-rolling
name: kali-latest

runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}

steps:
- uses: actions/checkout@v4

# Kali-specific setup
- name: Setup Kali
if: matrix.container == 'kalilinux/kali-rolling'
run: |
apt-get update
apt-get install -y sudo git curl make gcc
# Common setup for Ubuntu
- name: Install system dependencies (Ubuntu)
if: "!matrix.container"
Expand Down

0 comments on commit 4d98664

Please sign in to comment.