Skip to content

Commit

Permalink
Merge pull request hpc#41 from tvegas1/fix_mainline
Browse files Browse the repository at this point in the history
CI: Force specific version to pin behavior
  • Loading branch information
tvegas1 authored Sep 19, 2023
2 parents 20d2ed5 + ff17e51 commit ddccb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/vm/provision1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install_mainline_kernel() {
add-apt-repository ppa:cappelikan/ppa
apt-get update &&
DEBIAN_FRONTEND=noninteractive apt-get install -yq mainline
mainline install-latest
mainline install 6.3.13
echo $?
}

Expand Down

0 comments on commit ddccb8e

Please sign in to comment.