From 3e9729bfac60ef0db6fd07416cd29b1a163aac69 Mon Sep 17 00:00:00 2001 From: zhangyc Date: Wed, 20 Mar 2024 14:20:28 +0800 Subject: [PATCH] fixup --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80328b8..38bbfa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,11 +91,13 @@ jobs: platformio update - name: Build bare metal (stm32f429_disco) - run: source .venv/bin/activate + run: | + source .venv/bin/activate platformio run -e stm32f429_disco - name: Build emulator (sdl2, 64bits) - run: source .venv/bin/activate + run: | + source .venv/bin/activate platformio run -e emulator_64bits Windows: