Skip to content

Commit a6d9669

Browse files
authored
Use sudo for example compilation and execution
1 parent 91da6a8 commit a6d9669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-lib.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: sudo ./helper-scripts/project-impl/compile-all.sh
3838

3939
- 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"
40+
run: sudo ./helper-scripts/project-impl/compile-examples.sh "-m64" "main.cpp" "executable-example" "linux" "x86-64" "x86-64/exe"
4141

4242
- name: Testing Electrostatic-app ELF
43-
run: ./cmake-build/linux/x86-64/exe/executable-example.elf
43+
run: sudo ./cmake-build/linux/x86-64/exe/executable-example.elf

0 commit comments

Comments
 (0)