Skip to content

Commit 206c1ca

Browse files
committed
make container not crash
1 parent 1f4a52f commit 206c1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
submodules: recursive
3838
- name: Configure
3939
run: |
40-
apt install python3.12-venv | yes
40+
apt install -y python3.12-venv
4141
python3 -m venv
4242
source bin/activate
4343
pip install -r requirements.txt

0 commit comments

Comments
 (0)