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:
41
41
run : |
42
42
sudo apt-get update
43
43
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 \
51
44
ccache
52
45
53
46
- name : Dependencies (macOS)
54
47
if : runner.os == 'macOS'
55
- run : brew install suite-sparse ccache
48
+ run : brew install ccache
56
49
57
50
- name : Cache Build
58
51
id : cache-build
@@ -101,11 +94,11 @@ jobs:
101
94
fetch-depth : 10
102
95
- uses : seanmiddleditch/gha-setup-ninja@master
103
96
# https://github.com/actions/cache/issues/101
104
-
97
+
105
98
- name : Set env
106
99
run : |
107
100
echo "appdata=$env:LOCALAPPDATA" >> ${env:GITHUB_ENV}
108
-
101
+
109
102
- name : Cache build
110
103
id : cache-build
111
104
uses : actions/cache@v1
You can’t perform that action at this time.
0 commit comments