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 91da6a8 commit a6d9669Copy full SHA for a6d9669
.github/workflows/build-lib.yml
@@ -37,7 +37,7 @@ jobs:
37
run: sudo ./helper-scripts/project-impl/compile-all.sh
38
39
- name: Building Electrostatic-Library Examples
40
- run: ./helper-scripts/project-impl/compile-examples.sh "-m64" "main.cpp" "executable-example" "linux" "x86-64" "x86-64/exe"
+ run: sudo ./helper-scripts/project-impl/compile-examples.sh "-m64" "main.cpp" "executable-example" "linux" "x86-64" "x86-64/exe"
41
42
- name: Testing Electrostatic-app ELF
43
- run: ./cmake-build/linux/x86-64/exe/executable-example.elf
+ run: sudo ./cmake-build/linux/x86-64/exe/executable-example.elf
0 commit comments