Skip to content

Commit

Permalink
remove: sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
freref committed Feb 26, 2025
1 parent d801bf3 commit cf5c99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
version: 0.13.0

- run: sudo zig build -Dprefix=/usr/local
- run: zig build -Dprefix=/usr/local

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cf5c99b

Please sign in to comment.