Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PegasusPlusUS authored Jan 4, 2025
1 parent 71fbdee commit 0757d81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
- name: Build and Test in Subdirectories
run: |
for dir in ch01_bootsector/*; do
TARGET_DIRS="ch01_bootsector/asm ch01_bootsector/c ch01_bootsector/v ch01_bootsector/bas ch01_bootsector/nim"
for dir in $TARGET_DIRS; do
if [ -d "$dir" ]; then
echo "Building in directory: $dir"
cd "$dir"
Expand Down

0 comments on commit 0757d81

Please sign in to comment.