Skip to content

Commit 1ef88ad

Browse files
committed
update build.yml
1 parent cb9609f commit 1ef88ad

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ jobs:
237237
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
238238
239239
mkdir ~/src && cd ~/src
240-
241240
mkdir /opt/win-iconv-64
242241
git clone --depth 1 --branch v0.0.10 https://github.com/win-iconv/win-iconv.git && cd win-iconv
243242
cmake \
@@ -251,18 +250,12 @@ jobs:
251250
-D CMAKE_CXX_STANDARD_LIBRARIES="-static-libgcc -static-libstdc++" .
252251
make install
253252
254-
cd ~/src && mkdir /opt/win-python && cd /opt/win-python
253+
cd ~/src
254+
mkdir /opt/win-python && cd /opt/win-python
255255
wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-python-3.12.11-1-any.pkg.tar.zst
256256
unzstd mingw-w64-x86_64-python-3.12.11-1-any.pkg.tar.zst
257257
tar -xf mingw-w64-x86_64-python-3.12.11-1-any.pkg.tar
258258
259-
#cd ~/src && mkdir /opt/linux-python
260-
#wget https://www.python.org/ftp/python/3.13.3/Python-3.13.3.tgz
261-
#tar xzf Python-3.13.3.tgz
262-
#cd Python-3.13.3
263-
#./configure --prefix=/opt/linux-python && make -j && make install
264-
#export PATH="/opt/linux-python/bin:$PATH"
265-
266259
cd ~/src
267260
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
268261
export PATH="$HOME/.cargo/bin:${PATH}"

0 commit comments

Comments
 (0)