Skip to content

Commit 7c81886

Browse files
Remove sudo from make call
Signed-off-by: Param Siddharth <[email protected]>
1 parent 77331e3 commit 7c81886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Build the CLI
7575
run: |
7676
export "METACALL_PATH=$(pwd)"
77-
cd build && sudo make pack
77+
cd build && make pack
7878
env:
7979
METACALL_BUILD_TYPE: debug # relwithdebinfo
8080
LOADER_LIBRARY_PATH: /usr/local/lib

0 commit comments

Comments
 (0)