Skip to content

Commit

Permalink
Fix Github Action kernel error (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced authored May 14, 2023
1 parent 510d825 commit 4488b5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Ubuntu Dependencies 🧑‍🏭
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: ca-certificates patchelf e2fsprogs aria2 p7zip-full attr unzip xz-utils qemu-utils python3-venv erofs-utils
packages: ca-certificates patchelf e2fsprogs aria2 p7zip-full attr unzip xz-utils qemu-utils python3-venv erofs-utils linux-modules-extra-azure
version: 1.0

- name: Update Package 👷
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/comment_on_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
if: env.iscustom == 'true' && success()
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: ca-certificates patchelf e2fsprogs aria2 p7zip-full attr unzip xz-utils qemu-utils python3-venv erofs-utils
packages: ca-certificates patchelf e2fsprogs aria2 p7zip-full attr unzip xz-utils qemu-utils python3-venv erofs-utils linux-modules-extra-azure
version: 1.0

- name: Update Package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/custom_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Install Ubuntu Dependencies 🧑‍🏭
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: ca-certificates patchelf e2fsprogs aria2 p7zip-full attr unzip xz-utils qemu-utils python3-venv erofs-utils
packages: ca-certificates patchelf e2fsprogs aria2 p7zip-full attr unzip xz-utils qemu-utils python3-venv erofs-utils linux-modules-extra-azure
version: 1.0

- name: Update Package 👷
Expand Down

6 comments on commit 4488b5c

@YT-Advanced
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@s1204IT Can you test with user code ?

@s1204IT
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@s1204IT
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed
image

@YT-Advanced
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed image

Thanks. And now can you test for running in YT-Advanced-patch-1 branch

@s1204IT
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed image

Thanks. And now can you test for running in YT-Advanced-patch-1 branch

https://github.com/YT-Advanced/WSA-Script/actions/runs/4970980543/jobs/8895190047

@YT-Advanced
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed image

Thanks. And now can you test for running in YT-Advanced-patch-1 branch

https://github.com/YT-Advanced/WSA-Script/actions/runs/4970980543/jobs/8895190047

Hmm, same error again :(

Please sign in to comment.