Skip to content

Commit

Permalink
fix: linux-build-latest.yml to support the latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Jun 20, 2024
1 parent 72d1610 commit a992344
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linux-build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
specific:
name: With ${{ matrix.version }}
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
env:
KSER: ${{ matrix.series }}
KVER: ${{ matrix.version }}
Expand All @@ -29,8 +29,7 @@ jobs:
run: |
sudo apt-get update
# linux-headers-* only to pull in kbuild deps
sudo apt-get -y install linux-headers-`uname -r` kmod libelf-dev
[ "${{ matrix.cc }}" != "gcc-4.8" ] || sudo apt-get -y install gcc-4.8
sudo apt-get -y install linux-headers-`uname -r` kmod libelf-dev gcc
- name: Setup Linux
run: |
install -d kernel
Expand Down

0 comments on commit a992344

Please sign in to comment.