Skip to content

Commit

Permalink
Fixed build CI workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Feb 9, 2025
1 parent 00811cd commit 6d3df2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Install libcurl
run: apt install -y curl
run: sudo apt install -y curl

- name: Build Examples
run: |
Expand Down

0 comments on commit 6d3df2f

Please sign in to comment.