Update .github/workflows/kernel.yml
This commit is contained in:
parent
73d436bf59
commit
d48c28b323
1 changed files with 2 additions and 2 deletions
4
.github/workflows/kernel.yml
vendored
4
.github/workflows/kernel.yml
vendored
|
@ -8,9 +8,9 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: Ksawlii/checkout@main
|
uses: actions/checkout@main
|
||||||
- name: Clean
|
- name: Clean
|
||||||
uses: Ksawlii/slimhub_actions@main
|
uses: github.com/rokibhasansagar/slimhub_actions@v23.44.6
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -y &>/dev/null || sudo apt-get update -y &>/dev/null || true
|
sudo apt-get update -y &>/dev/null || sudo apt-get update -y &>/dev/null || true
|
||||||
|
|
Loading…
Reference in a new issue