File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -41,18 +41,11 @@ jobs:
4141 run : |
4242 sudo apt-get update
4343 sudo apt-get -o Acquire::Retries=3 install \
44- libblas-dev \
45- libboost-filesystem-dev \
46- libboost-system-dev \
47- libboost-thread-dev \
48- libglu1-mesa-dev \
49- libsuitesparse-dev \
50- xorg-dev \
5144 ccache
5245
5346 - name : Dependencies (macOS)
5447 if : runner.os == 'macOS'
55- run : brew install suite-sparse ccache
48+ run : brew install ccache
5649
5750 - name : Cache Build
5851 id : cache-build
@@ -101,11 +94,11 @@ jobs:
10194 fetch-depth : 10
10295 - uses : seanmiddleditch/gha-setup-ninja@master
10396 # https://github.com/actions/cache/issues/101
104-
97+
10598 - name : Set env
10699 run : |
107100 echo "appdata=$env:LOCALAPPDATA" >> ${env:GITHUB_ENV}
108-
101+
109102 - name : Cache build
110103 id : cache-build
111104 uses : actions/cache@v1
You can’t perform that action at this time.
0 commit comments