Skip to content

Commit 200e3a3

Browse files
authored
Merge pull request #337 from xbmc/ci/piers
[CI] GitHub Actions: install autopoint & nasm
2 parents dd565fe + b81b057 commit 200e3a3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
CC: clang
1818
CXX: clang++
1919
steps:
20+
- name: Install autopoint & nasm
21+
run: |
22+
sudo apt-get update -qq
23+
sudo apt-get install -y autopoint nasm
2024
- name: Checkout Kodi repo
2125
uses: actions/checkout@v5
2226
with:

depends/common/gmp/gmp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
gmp https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz
1+
gmp https://ftpmirror.gnu.org/gmp/gmp-6.3.0.tar.xz

0 commit comments

Comments
 (0)