Skip to content

Commit

Permalink
CI: sudo make install
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Jul 2, 2024
1 parent b1db13f commit 5438d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
tar -xzf lws.tgz
cd libwebsockets-4.3.3
mkdir build && cd build && cmake ..
make && make install
make && sudo make install
- name: Build
run: |
cd wrapper-simavr
Expand Down

0 comments on commit 5438d4d

Please sign in to comment.