Skip to content

Commit 18e3d8d

Browse files
committed
Do in one go
1 parent ac4a39f commit 18e3d8d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,10 @@ jobs:
5252
python-pip
5353
cmake
5454
ninja
55-
- name: Install fypp
56-
run: |
55+
- run: |
5756
python -m venv venv
5857
source venv/bin/activate
5958
pip install fypp
60-
- run: |
61-
source venv/bin/activate
6259
PATH=$PATH:/mingw64/bin/ cmake \
6360
-Wdev \
6461
-B build \

0 commit comments

Comments
 (0)