Skip to content

Commit

Permalink
I'm genuinely stumped why this isn't working in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 23, 2023
1 parent d95a49f commit 50a52a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
container:
image: ghcr.io/terrapkg/builder:f38
# priv
options: --cap-add=SYS_ADMIN --privileged
options: --privileged

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion src/creator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ pub trait ImageCreator {
// debug lsblk
cmd_lib::run_cmd!(
lsblk
lsblk;
ls -l /dev/loop*;
)?;
// format EFI partition
Expand Down

0 comments on commit 50a52a1

Please sign in to comment.