Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed May 8, 2024
1 parent cdef274 commit 02c825e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/drivers_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
cd src && sudo make install
- name: Install kernel headers (actuated)
uses: self-actuated/get-kernel-sources@master
uses: self-actuated/get-kernel-sources@e3e9a50f75a51efc7abb206def3b1e74d2924f39
if: (needs.paths-filter.outputs.driver_needs_rebuild) && matrix.arch == 'arm64'

- name: Install kernel headers
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
cd src && sudo make install
- name: Install kernel headers (actuated)
uses: self-actuated/get-kernel-sources@master
uses: self-actuated/get-kernel-sources@e3e9a50f75a51efc7abb206def3b1e74d2924f39
if: (needs.paths-filter.outputs.driver_needs_rebuild) && matrix.arch == 'arm64'

- name: Install kernel headers and gcc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
cd src && sudo make install
- name: Install kernel headers (actuated)
uses: self-actuated/get-kernel-sources@master
uses: self-actuated/get-kernel-sources@e3e9a50f75a51efc7abb206def3b1e74d2924f39
if: matrix.arch == 'arm64'

- name: Install kernel headers and gcc
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
sudo apt install -y --no-install-recommends clang gcc llvm build-essential cmake
- name: Install kernel headers (actuated)
uses: self-actuated/get-kernel-sources@master
uses: self-actuated/get-kernel-sources@e3e9a50f75a51efc7abb206def3b1e74d2924f39
if: matrix.arch == 'arm64'

- name: Install kernel headers and gcc
Expand Down

0 comments on commit 02c825e

Please sign in to comment.