We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77331e3 commit 7c81886Copy full SHA for 7c81886
.github/workflows/test.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Build the CLI
75
run: |
76
export "METACALL_PATH=$(pwd)"
77
- cd build && sudo make pack
+ cd build && make pack
78
env:
79
METACALL_BUILD_TYPE: debug # relwithdebinfo
80
LOADER_LIBRARY_PATH: /usr/local/lib
0 commit comments