Skip to content

Commit

Permalink
FIX: Update ecosystem.yml (#1040)
Browse files Browse the repository at this point in the history
Update ecosystem.yml by adding the missing meson build  dependencies.
  • Loading branch information
Mionsz authored Jan 14, 2025
1 parent 07727f4 commit 5799ad7
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
changes:
runs-on: ubuntu-latest
runs-on: 'ubuntu-22.04'
permissions:
pull-requests: read
outputs:
Expand All @@ -37,7 +37,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
os: [ubuntu-latest]
os: ['ubuntu-22.04']

steps:
- name: Harden Runner
Expand All @@ -49,12 +49,10 @@ jobs:

- name: Install the build dependency
run: |
sudo apt-get update -y
sudo apt-get install -y sudo git gcc meson python3 python3-pyelftools pkg-config libnuma-dev libjson-c-dev libpcap-dev libgtest-dev libsdl2-dev libsdl2-ttf-dev libssl-dev
sudo apt-get install -y dpdk-dev
sudo apt-get install -y libobs-dev
sudo apt-get install -y swig
sudo apt-get install -y systemtap-sdt-dev
sudo apt-get update --fix-missing -y
sudo apt-get install --no-install-recommends -y sudo git gcc gcc-multilib meson python3 python3-pyelftools pkg-config libnuma-dev libjson-c-dev libpcap-dev libgtest-dev libsdl2-dev libsdl2-ttf-dev libssl-dev llvm clang
sudo apt-get install --no-install-recommends -y dpdk-dev systemtap-sdt-dev software-properties-common
sudo apt-get install --no-install-recommends -y libobs-dev swig
- name: Git config
run: |
Expand Down Expand Up @@ -84,4 +82,4 @@ jobs:
cargo clippy --all-targets
cargo build --all-targets --verbose
cd imtl-sys
cargo test --verbose
cargo test --verbose

0 comments on commit 5799ad7

Please sign in to comment.