Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Youw authored Sep 4, 2024
1 parent 110dd7d commit dd081d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Configure
run: |
cmake -B build -S src -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHIDAPI_WITH_TESTS=ON -DHIDAPI_BUILD_HIDTEST=ON -DCMAKE_C_COMPILER=clang
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: coverity-logs-windows
path: build/cov-int
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Configure
run: |
cmake -B build -S src -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHIDAPI_WITH_TESTS=ON -DHIDAPI_BUILD_HIDTEST=ON -DCMAKE_C_COMPILER=gcc
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: coverity-logs-windows-macos
path: build/cov-int
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cancel-in-progress: true
steps:
- name: downlod artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: HIDAPI_doxygen_docs
path: docs
Expand Down

0 comments on commit dd081d8

Please sign in to comment.