Skip to content

Commit f5c7944

Browse files
authored
Rename workflow from Electrostatic-Application to Library
1 parent 91a82f6 commit f5c7944

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-lib.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
on:
@@ -35,9 +35,9 @@ jobs:
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

0 commit comments

Comments
 (0)