We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd565fe + b81b057 commit 200e3a3Copy full SHA for 200e3a3
.github/workflows/build.yml
@@ -17,6 +17,10 @@ jobs:
17
CC: clang
18
CXX: clang++
19
steps:
20
+ - name: Install autopoint & nasm
21
+ run: |
22
+ sudo apt-get update -qq
23
+ sudo apt-get install -y autopoint nasm
24
- name: Checkout Kodi repo
25
uses: actions/checkout@v5
26
with:
depends/common/gmp/gmp.txt
@@ -1 +1 @@
1
-gmp https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz
+gmp https://ftpmirror.gnu.org/gmp/gmp-6.3.0.tar.xz
0 commit comments