File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# This is a basic workflow to help you get started with Actions
22
3- name : Build Electrostatic-Application
3+ name : Build Electrostatic-Library
44
55# Controls when the workflow will run
66on :
3535
3636 - name : Building Electrostatic-Library Binaries
3737 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"
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"
4141
4242 - name : Testing Electrostatic-app ELF
4343 run : ./cmake-build/linux/x86-64/exe/executable-example.elf
You can’t perform that action at this time.
0 commit comments