Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhenping Zhao committed Dec 27, 2024
1 parent 6b356dd commit 0307ad0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up environment
run:
run: |
./configure
sudo apt-get update
sudo apt-get install -y nasm make xxd gcc
Expand All @@ -32,6 +32,8 @@ jobs:
curl -s https://raw.githubusercontent.com/vlang/v/master/install.sh | bash
export PATH="$HOME/.vlang/bin:$PATH"
echo "Environment setup completed."
- name: Build and Test in Subdirectories
run: |
for dir in ch01_bootsector/*; do
Expand Down

0 comments on commit 0307ad0

Please sign in to comment.