don't build inside of debian container

This commit is contained in:
cyan
2024-06-28 08:57:47 +00:00
parent 814c2437db
commit 8ea6f97f16

View File

@@ -4,13 +4,11 @@ on: [push]
jobs:
android:
runs-on: ubuntu-latest
container:
image: debian:bookworm
steps:
- 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 unzip python-is-python3 jq
sudo apt update
sudo apt install -y build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl lbzip2 libtinfo5 gperf unzip python-is-python3 jq
- uses: actions/checkout@v4
with:
fetch-depth: 0