Skip to content

Commit

Permalink
Used sudo to make
Browse files Browse the repository at this point in the history
Signed-off-by: Jie Chen <[email protected]>
  • Loading branch information
Jie Chen committed Jan 17, 2025
1 parent 5b2442c commit f88b7ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ jobs:
echo "The full file name is $ROOTFS_TAR"
make clean
make BASE=${{ github.workspace }}/$ROOTFS_TAR rootfs
sudo make BASE=${{ github.workspace }}/$ROOTFS_TAR rootfs
- name: Copy newly created rootfs.vhd and initrd.img
run: |
mv ./output/rootfs_*.vhd ${{ env.LINUX_BOOT_FILES_PATH }}/
mv ./output/initrd.img ${{ env.LINUX_BOOT_FILES_PATH }}/
mv output/rootfs_*.vhd ${{ env.LINUX_BOOT_FILES_PATH }}/
mv output/initrd.img ${{ env.LINUX_BOOT_FILES_PATH }}/
# This is a workaround to overcome the limitation of actions/upload-artifact@v4.
# See https://github.com/actions/upload-artifact/tree/v4/?tab=readme-ov-file#permission-loss.
Expand Down

0 comments on commit f88b7ed

Please sign in to comment.