Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bvernoux authored Oct 31, 2023
1 parent 8544b73 commit 593a527
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ jobs:
wch-isp_Ubuntu:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

- uses: actions/checkout@v3
- name: Checkout submodules
run: |
git submodule update --init --recursive
git fetch --prune --unshallow
- name: Install pkg-config libusb-1.0-0-dev
run: sudo apt-get install pkg-config libusb-1.0-0-dev

Expand Down

0 comments on commit 593a527

Please sign in to comment.