Skip to content

Commit

Permalink
Cache python build
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Jun 24, 2023
1 parent 469b7b0 commit 58a4c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dist-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: MatteoH2O1999/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
cache-build: true
- name: Build librtlsdr
run: |
sudo apt-get install -y libusb-1.0-0-dev
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: MatteoH2O1999/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
cache-build: true
- name: Build librtlsdr
run: |
sudo apt-get install -y libusb-1.0-0-dev
Expand Down

0 comments on commit 58a4c3a

Please sign in to comment.