Opinionated Android 15+ Linux Terminal Setup
android linux command-line-tools

ci(tangled): install missing gcc package

+2 -1
+1 -1
.github/workflows/ci.yml
··· 7 7 branches: 8 8 - main 9 9 jobs: 10 - fmt: 10 + tests: 11 11 runs-on: ubuntu-latest 12 12 steps: 13 13 - uses: actions/checkout@v2
+1
.tangled/workflows/fmt.yml .tangled/workflows/tests.yml
··· 9 9 - cargo 10 10 - rustc 11 11 - rustfmt 12 + - gcc 12 13 13 14 steps: 14 15 - name: "cargo fmt"