Skip to content

Commit

Permalink
Merge pull request #702 from AltraMayor/gh_workflow
Browse files Browse the repository at this point in the history
gatekeeper: update GitHub workflow for Ubuntu 24.04
  • Loading branch information
AltraMayor authored Sep 4, 2024
2 parents abe5e18 + 75d1ff7 commit 92d6686
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- name: Checkout repository and submodules
Expand All @@ -27,7 +27,7 @@ jobs:
libhugetlbfs-bin build-essential gcc-multilib linux-headers-`uname -r`
libmnl0 libmnl-dev libkmod2 libkmod-dev libnuma-dev libelf1 libelf-dev
libc6-dev-i386 autoconf flex bison libncurses5-dev libreadline-dev
python python3-pyelftools libcap-dev libcap2 meson ninja-build
python3 python3-pyelftools libcap-dev libcap2 meson ninja-build
pkg-config
- name: Setup Gatekeeper
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ page.
Once the packages are downloaded, they can be installed with the commands below:

```console
$ tar -zxvf gatekeeper-ubuntu-20.04-packages.tar.gz
$ cd gatekeeper-ubuntu-20.04-packages
$ tar -zxvf gatekeeper-ubuntu-24.04-packages.tar.gz
$ cd gatekeeper-ubuntu-24.04-packages
$ sudo dpkg -i gatekeeper-bird_*_amd64.deb gatekeeper_*_amd64.deb
```

Expand Down Expand Up @@ -180,7 +180,7 @@ $ sudo apt-get update
$ sudo apt-get -y -q install git clang devscripts doxygen libhugetlbfs-bin \
build-essential gcc-multilib linux-headers-`uname -r` libmnl0 libmnl-dev \
libkmod2 libkmod-dev libnuma-dev libelf1 libelf-dev libc6-dev-i386 \
autoconf flex bison libncurses5-dev libreadline-dev python \
autoconf flex bison libncurses5-dev libreadline-dev python3 \
libcap-dev libcap2 meson ninja-build pkg-config
```

Expand Down

0 comments on commit 92d6686

Please sign in to comment.