diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-05-24 11:42:56 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-05-24 11:42:56 +0200 |
| commit | 72bae6b8c975badb52155dd809b493c8b6f76c11 (patch) | |
| tree | 0498b40aeb14b40b16363a18ad8b39761c3c3dbe | |
| parent | fa8d4c70c3133f1668d8a9c2c3b71eca58c371c9 (diff) | |
ci fixes
| -rw-r--r-- | .github/workflows/compat.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/compat.yaml b/.github/workflows/compat.yaml index d838606..b6de2ed 100644 --- a/.github/workflows/compat.yaml +++ b/.github/workflows/compat.yaml @@ -130,7 +130,7 @@ jobs: - name: Install dependencies run: | apt update - apt install -y build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl lbzip2 libtinfo5 gperf gcc-aarch64-linux-gnu g++-aarch64-linux-gnu gcc-i686-linux-gnu g++-i686-linux-gnu + apt install -y build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl lbzip2 libtinfo5 gperf python-is-python3 - uses: actions/checkout@v4 with: fetch-depth: 0 |
