Skip to content

Commit

Permalink
chore(ci): use get-kernel-sources master sha.
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 9, 2024
1 parent 174c696 commit e6199f9
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 @@ -73,7 +73,7 @@ jobs:
cd src && sudo make install
- name: Install kernel headers (actuated)
uses: self-actuated/get-kernel-sources@e3e9a50f75a51efc7abb206def3b1e74d2924f39
uses: self-actuated/get-kernel-sources@201eed7d915ac0a6021fb402cde5be7a6b945b59
if: (needs.paths-filter.outputs.driver_needs_rebuild) && matrix.arch == 'arm64'

- name: Install kernel headers
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
cd src && sudo make install
- name: Install kernel headers (actuated)
uses: self-actuated/get-kernel-sources@e3e9a50f75a51efc7abb206def3b1e74d2924f39
uses: self-actuated/get-kernel-sources@201eed7d915ac0a6021fb402cde5be7a6b945b59
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@e3e9a50f75a51efc7abb206def3b1e74d2924f39
uses: self-actuated/get-kernel-sources@201eed7d915ac0a6021fb402cde5be7a6b945b59
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@e3e9a50f75a51efc7abb206def3b1e74d2924f39
uses: self-actuated/get-kernel-sources@201eed7d915ac0a6021fb402cde5be7a6b945b59
if: matrix.arch == 'arm64'

- name: Install kernel headers and gcc
Expand Down

0 comments on commit e6199f9

Please sign in to comment.