Commit 27b37bf 1 parent 9a9773e commit 27b37bf Copy full SHA for 27b37bf
File tree 3 files changed +11
-10
lines changed
3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 87
87
- name : Update apt
88
88
run : sudo apt update
89
89
- name : Install dependencies
90
- run : sudo apt-get install -y --no-install-recommends yasm nasm gperf libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
90
+ run : sudo apt-get install -y --no-install-recommends yasm nasm gperf automake autoconf libtool pkg-config autoconf-archive libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
91
91
- name : Clean downloads
92
92
run : sudo apt-get clean
93
93
@@ -157,7 +157,7 @@ jobs:
157
157
- name : Update apt
158
158
run : sudo apt update
159
159
- name : Install dependencies
160
- run : sudo apt-get install -y --no-install-recommends yasm nasm gperf libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
160
+ run : sudo apt-get install -y --no-install-recommends yasm nasm gperf automake autoconf libtool pkg-config autoconf-archive libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
161
161
- name : Clean downloads
162
162
run : sudo apt-get clean
163
163
@@ -210,7 +210,7 @@ jobs:
210
210
- name : Update apt
211
211
run : sudo apt update
212
212
- name : Install dependencies
213
- run : sudo apt-get install -y --no-install-recommends yasm nasm gperf libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
213
+ run : sudo apt-get install -y --no-install-recommends yasm nasm gperf automake autoconf libtool pkg-config autoconf-archive libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
214
214
- name : Clean downloads
215
215
run : sudo apt-get clean
216
216
@@ -398,7 +398,7 @@ jobs:
398
398
if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
399
399
400
400
- name : Install dependencies
401
- run : brew install libomp yasm nasm pkg-config
401
+ run : brew install libomp yasm nasm pkg-config automake autoconf-archive
402
402
403
403
- uses : lukka/get-cmake@latest
404
404
Original file line number Diff line number Diff line change 73
73
- name : Update apt
74
74
run : sudo apt update
75
75
- name : Install dependencies
76
- run : sudo apt-get install -y --no-install-recommends yasm nasm gperf libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
76
+ run : sudo apt-get install -y --no-install-recommends yasm nasm gperf automake autoconf libtool pkg-config autoconf-archive libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
77
77
- name : Clean downloads
78
78
run : sudo apt-get clean
79
79
@@ -116,7 +116,7 @@ jobs:
116
116
- name : Update apt
117
117
run : sudo apt update
118
118
- name : Install dependencies
119
- run : sudo apt-get install -y --no-install-recommends yasm nasm gperf libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
119
+ run : sudo apt-get install -y --no-install-recommends yasm nasm gperf automake autoconf libtool pkg-config autoconf-archive libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
120
120
- name : Clean downloads
121
121
run : sudo apt-get clean
122
122
@@ -159,7 +159,7 @@ jobs:
159
159
- name : Update apt
160
160
run : sudo apt update
161
161
- name : Install dependencies
162
- run : sudo apt-get install -y --no-install-recommends yasm nasm gperf libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
162
+ run : sudo apt-get install -y --no-install-recommends yasm nasm gperf automake autoconf libtool pkg-config autoconf-archive libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
163
163
- name : Clean downloads
164
164
run : sudo apt-get clean
165
165
@@ -289,7 +289,7 @@ jobs:
289
289
- uses : actions/checkout@v3
290
290
291
291
- name : Install dependencies
292
- run : brew install libomp yasm nasm pkg-config
292
+ run : brew install libomp yasm nasm pkg-config automake autoconf-archive
293
293
294
294
- uses : lukka/get-cmake@latest
295
295
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ elif [[ $(cut -f2 <<< $(lsb_release -i)) == "Ubuntu" ]]; then
75
75
if [ " $install_tools " = true ] ; then
76
76
echo " Installing tools"
77
77
sudo apt-get update
78
- sudo apt-get install -y --no-install-recommends git ninja-build build-essential g++ nasm yasm gperf
78
+ sudo apt-get install -y --no-install-recommends git ninja-build build-essential g++ nasm yasm gperf
79
79
sudo apt-get install -y --no-install-recommends apt-transport-https ca-certificates gnupg software-properties-common wget
80
80
sudo apt-get install -y --no-install-recommends libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
81
81
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2> /dev/null | gpg --dearmor - | sudo tee /etc/apt/trusted.gpg.d/kitware.gpg > /dev/null
@@ -88,7 +88,8 @@ elif [[ $(cut -f2 <<< $(lsb_release -i)) == "Ubuntu" ]]; then
88
88
sudo apt-get install -y --no-install-recommends cmake
89
89
sudo apt-get install -y --no-install-recommends powershell
90
90
sudo apt-get install -y --no-install-recommends curl zip unzip tar
91
- sudo apt-get install -y --no-install-recommends pkg-config autoconf libtool bison
91
+ sudo apt-get install -y --no-install-recommends bison
92
+ sudo apt-get install -y --no-install-recommends automake autoconf libtool pkg-config autoconf-archive
92
93
sudo apt-get clean
93
94
fi
94
95
else
You can’t perform that action at this time.
0 commit comments