Skip to content

Commit

Permalink
No sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 18, 2024
1 parent f56f6f3 commit 1ac3616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-wheel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
git checkout mate &&
./configure &&
make -j4 &&
sudo make install &&
make install &&
cd ..
CIBW_SKIP: "*musl*"
CIBW_ARCHS: "auto64"
Expand Down

0 comments on commit 1ac3616

Please sign in to comment.