Skip to content

Commit

Permalink
run make install as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerZhongAWS committed Aug 5, 2024
1 parent bcfb856 commit 1387c63
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 @@ -38,7 +38,7 @@ jobs:
cd build_make
cmake ../cmake
make
make install
sudo make install
- name: Building localproxy
working-directory: ${{ github.workspace }}
run: |
Expand Down

0 comments on commit 1387c63

Please sign in to comment.