Skip to content

Commit

Permalink
fix: Resolved failing dependency build step
Browse files Browse the repository at this point in the history
  • Loading branch information
gto90 committed Dec 20, 2024
1 parent daa21b5 commit b28adfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
if: steps.cache-depends.outputs.cache-hit != 'true'
run: |
cd depends
make $(nproc) HOST=x86_64-linux-gnu
make -j$(nproc) HOST=x86_64-linux-gnu
cd ..
- name: Configure and Build
Expand Down

0 comments on commit b28adfa

Please sign in to comment.