From 0307ad065533c08e93c5cbf1c424c52e193739a3 Mon Sep 17 00:00:00 2001 From: Zhenping Zhao Date: Fri, 27 Dec 2024 08:43:18 -0800 Subject: [PATCH] Update CI --- .github/workflows/makefile.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 267abf0..4c20ecd 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -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 @@ -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