Skip to content

Commit

Permalink
Added actions/checkout@v4 to the C/C++ CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
gheja committed Oct 4, 2024
1 parent fe1075a commit 83cf357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: install dependencies
run: sudo apt-get -y install libusb-1.0-0-dev
- name: make
Expand Down

0 comments on commit 83cf357

Please sign in to comment.