Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Dec 17, 2024
1 parent f600f75 commit 9850356
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ jobs:
name: bitcoin-app-${{matrix.model}}
path: bin

- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential

- name: Run tests
run: |
pip install -r requirements.txt
Expand All @@ -182,6 +185,9 @@ jobs:
- name: Clone
uses: actions/checkout@v4

- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential

- name: Run tests
run: |
pip install -r requirements.txt
Expand Down Expand Up @@ -215,6 +221,9 @@ jobs:
name: bitcoin-testnet-perftest-app-nanosp
path: bin

- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential

- name: Run tests
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 9850356

Please sign in to comment.