Skip to content

Commit

Permalink
Fixed runnable
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedashraf-eng committed Mar 31, 2024
1 parent d252326 commit 95309c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y gcc && sudo apt-get install -y make
# Build
- name: Build & Run the library
run: sudo source build.sh
run: bash ./build.sh



Expand Down

0 comments on commit 95309c7

Please sign in to comment.