Skip to content

Commit 2990665

Browse files
committed
update build.yml
1 parent 29562df commit 2990665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
run: |
232232
sudo apt-get update
233233
sudo apt-get install -y --no-install-recommends \
234-
wget ca-certificates zstd tar git make pkg-config llvm cmake g++-mingw-w64-x86-64 gcc-mingw-w64-x86-64 libc++-dev libc++abi-dev lld pkg-config
234+
wget ca-certificates zstd tar git make pkg-config llvm cmake g++-mingw-w64-x86-64 gcc-mingw-w64-x86-64 libc++-dev libc++abi-dev lld pkg-config python3
235235
236236
mkdir ~/src && cd ~/src
237237

0 commit comments

Comments
 (0)