Skip to content

Commit c109c05

Browse files
authored
Update build-kernel.yml
1 parent 35a9d8b commit c109c05

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/build-kernel.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,10 @@ jobs:
2222
source config.env
2323
set +o allexport
2424
25-
- name: Install yq
25+
- name: Install yq via apt
2626
run: |
27-
set -e
28-
YQ_VERSION="v4.48.0"
29-
YQ_BIN="/usr/local/bin/yq"
30-
curl -sLo yq https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64
31-
chmod +x yq
32-
sudo mv yq ${YQ_BIN}
33-
${YQ_BIN} --version
34-
27+
sudo apt-get update && sudo apt-get install -y yq
28+
yq --version
3529
3630
- name: Set up swap
3731
uses: pierotofy/set-swap-space@master

0 commit comments

Comments
 (0)