tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
oh-my-droid
3
fork
atom
Opinionated Android 15+ Linux Terminal Setup
android
linux
command-line-tools
3
fork
atom
overview
issues
pulls
pipelines
ci(tangled): install missing gcc package
tsiry-sandratraina.com
6 months ago
404acd2e
7c1c77a2
+2
-1
2 changed files
expand all
collapse all
unified
split
.github
workflows
ci.yml
.tangled
workflows
tests.yml
+1
-1
.github/workflows/ci.yml
···
7
7
branches:
8
8
- main
9
9
jobs:
10
10
-
fmt:
10
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
12
+
- gcc
12
13
13
14
steps:
14
15
- name: "cargo fmt"