Skip to content

Commit

Permalink
Fix copy custom packages
Browse files Browse the repository at this point in the history
  • Loading branch information
360tetsu360 committed May 6, 2024
1 parent 6cd3b60 commit cc69630
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
run: |
cd build/buildroot-2024.02
make defconfig BR2_DEFCONFIG=$GITHUB_WORKSPACE/configs/atomskygaze_defconfig
cp -r $GITHUB_WORKSPACE/custompackages/package/* package/
cp -r $GITHUB_WORKSPACE/lib/* output/target/usr/lib/
- name: Build
run: |
cd build/buildroot-2024.02
Expand Down

0 comments on commit cc69630

Please sign in to comment.