From 7bfcca8ede85d168d11196deae32ce98783d94c5 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Fri, 14 Mar 2025 08:56:45 +0100 Subject: [PATCH] [ci,workflows] fix alt-architectures mk-build-deps --- .github/workflows/alt-architectures.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alt-architectures.yml b/.github/workflows/alt-architectures.yml index da77ff89c..8afce3cf9 100644 --- a/.github/workflows/alt-architectures.yml +++ b/.github/workflows/alt-architectures.yml @@ -38,9 +38,9 @@ jobs: install: | apt-get update -q -y apt-get install -q -y devscripts clang ninja-build ccache equivs + run: | ./packaging/scripts/prepare_deb_freerdp-nightly.sh mk-build-deps -i - run: | cmake -GNinja \ -C ci/cmake-preloads/config-linux-alt-arch.txt \ -B ci-build \ diff --git a/README.md b/README.md index 303b093eb..b93b2c70c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ interoperability can finally liberate your computing experience. [![abi-checker](https://github.com/FreeRDP/FreeRDP/actions/workflows/abi-checker.yml/badge.svg)](https://github.com/FreeRDP/FreeRDP/actions/workflows/abi-checker.yml) [![clang-tidy-review](https://github.com/FreeRDP/FreeRDP/actions/workflows/clang-tidy.yml/badge.svg?event=pull_request_target)](https://github.com/FreeRDP/FreeRDP/actions/workflows/clang-tidy.yml) -[![CodeQL](https://github.com/FreeRDP/FreeRDP/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/FreeRDP/FreeRDP/actions/workflows/codeql-analysis.yml) +[![CodeQL](https://github.com/FreeRDP/FreeRDP/actions/workflows/codeql-analysis.yml/badge.svg?branch=master)](https://github.com/FreeRDP/FreeRDP/actions/workflows/codeql-analysis.yml) [![mingw-builder](https://github.com/FreeRDP/FreeRDP/actions/workflows/mingw.yml/badge.svg)](https://github.com/FreeRDP/FreeRDP/actions/workflows/mingw.yml) [![[arm,ppc,ricsv] architecture builds](https://github.com/FreeRDP/FreeRDP/actions/workflows/alt-architectures.yml/badge.svg)](https://github.com/FreeRDP/FreeRDP/actions/workflows/alt-architectures.yml) [![[freebsd] architecture builds](https://github.com/FreeRDP/FreeRDP/actions/workflows/freebsd.yml/badge.svg)](https://github.com/FreeRDP/FreeRDP/actions/workflows/freebsd.yml)