Skip to content

Commit 976f132

Browse files
committed
save point
1 parent 0e50e17 commit 976f132

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

.github/free_disk_space.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ df -h
4444
echo "Removing large directories"
4545
# deleting 15GB
4646
rm -rf /usr/share/dotnet/
47+
rm -rf /opt/hostedtoolcache
4748
df -h

.github/workflows/build.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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'

0 commit comments

Comments
 (0)