Skip to content

Commit

Permalink
remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
tiopex authored Sep 11, 2024
1 parent f0f8e1b commit e8096bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: |
cd ${{ inputs.submodule || '.' }}
apt-get update && sudo apt-get install -y kmod
apt-get update && apt-get install -y kmod
make miyoo_defconfig
make
make tar-pkg
Expand Down

0 comments on commit e8096bd

Please sign in to comment.