File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444echo " Removing large directories"
4545# deleting 15GB
4646rm -rf /usr/share/dotnet/
47+ rm -rf /opt/hostedtoolcache
4748df -h
Original file line number Diff line number Diff line change 3535 if : matrix.os == 'windows-latest'
3636 run : |
3737 vcpkg\bootstrap-vcpkg.bat
38- vcpkg\vcpkg install --triplet x64-windows
38+ # vcpkg\vcpkg install --triplet x64-windows
3939
4040 - name : Linux Install
4141 if : matrix.os == 'ubuntu-latest'
@@ -47,16 +47,22 @@ jobs:
4747 sudo apt-get install -y libsctp-dev libx11-dev libx11-xcb-dev libsm-dev libice-dev libxcb-icccm4-dev libxcb-image0-dev libxcb-keysyms1-dev libxcb-render-util0-dev
4848 sudo apt-get install -y libxcb-render0-dev libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb-xinerama0-dev
4949 sudo apt-get install -y libxcb-xkb-dev libxkbcommon-dev libxkbcommon-x11-dev libdbus-1-dev
50+ - run: |
5051 ./vcpkg/bootstrap-vcpkg.sh
51- ./vcpkg/vcpkg install --triplet x64-linux
52+ df -h
53+ df -i
54+ # ./vcpkg/vcpkg install --triplet x64-linux
5255
5356 - name : Mac Install
5457 if : matrix.os == 'macos-latest'
5558 run : |
5659 find /Applications/Xcode_* -maxdepth 0 -type d ! -name 'Xcode_${{ env.XC_VERSION }}.app' -exec rm -rf {} \;
5760 brew install autoconf autoconf-archive automake libtool
5861 ./vcpkg/bootstrap-vcpkg.sh
59- ./vcpkg/vcpkg install --triplet x64-osx
62+ df -h
63+ df -i
64+ # ./vcpkg/vcpkg install --triplet x64-osx
65+
6066
6167 - name : Package release
6268 if : matrix.os != 'windows-latest'
You can’t perform that action at this time.
0 commit comments