File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 steps :
1717 - name : setup WSL
1818 run : |
19- curl -L https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL/releases/download/40.1 .0/Fedora-Remix-for-WSL-SL_40.1 .0.0_x64_arm64.msixbundle -o fedora.msixbundle
20- unzip fedora.msixbundle Fedora-Remix-for-WSL-SL_40.1 .0.0_x64.msix
21- unzip Fedora-Remix-for-WSL-SL_40.1 .0.0_x64.msix install.tar.gz
19+ curl -L https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL/releases/download/41.0 .0/Fedora-Remix-for-WSL-SL_41.0 .0.0_x64_arm64.msixbundle -o fedora.msixbundle
20+ unzip fedora.msixbundle Fedora-Remix-for-WSL-SL_41.0 .0.0_x64.msix
21+ unzip Fedora-Remix-for-WSL-SL_41.0 .0.0_x64.msix install.tar.gz
2222 wsl --update
23- wsl --set-default-version 2
23+ wsl --set-default-version 1
2424 wsl --import fedora fedora install.tar.gz
2525 wsl --set-default fedora
2626 wsl sh -c 'dnf -y install https://github.com/rpmsphere/noarch/raw/master/r/rpmsphere-release-40-1.noarch.rpm'
27- wsl sh -c 'dnf -y install --setop=install_weak_deps=False gcc gcc-c++ protobuf-c-compiler protobuf-devel fmt-devel systemd-devel sqlite-devel wxGTK-devel mingw32-gcc mingw32-gcc-c++ mingw32-zlib-static mingw32-protobuf-static mingw32-sqlite-static mingw32-wxWidgets3-static mingw32-libpng-static mingw32-libjpeg-static mingw32-libtiff-static mingw32-nsis png2ico'
27+ wsl sh -c 'dnf -y install gcc gcc-c++ protobuf-c-compiler protobuf-devel fmt-devel systemd-devel sqlite-devel wxGTK-devel mingw32-gcc mingw32-gcc-c++ mingw32-zlib-static mingw32-protobuf-static mingw32-sqlite-static mingw32-wxWidgets3-static mingw32-libpng-static mingw32-libjpeg-static mingw32-libtiff-static mingw32-nsis png2ico'
2828
2929 - name : fix line endings
3030 run : |
You can’t perform that action at this time.
0 commit comments