Skip to content

Commit

Permalink
remove rust action
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Jul 17, 2024
1 parent 698198c commit 1bc07be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
override: true
- name: Lint and format 💅
uses: cpp-linter/cpp-linter-action@v2
id: linter
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
override: true
- name: Build Standard app
id: build
shell: bash -l {0}
Expand Down Expand Up @@ -146,12 +140,6 @@ jobs:
submodules: true
- name: Install deps
run: pip install ledgerblue
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
override: true
- name: Build NanoS
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -187,13 +175,6 @@ jobs:
submodules: true
- name: Install deps
run: pip install ledgerblue

- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
override: true
- name: Build NanoSP
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -229,13 +210,6 @@ jobs:
submodules: true
- name: Install deps
run: pip install ledgerblue

- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
override: true
- name: Build Stax
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 1bc07be

Please sign in to comment.