Skip to content

Commit 43415f8

Browse files
committed
Compilation of the instruction injection on build CI workflow pipeline.
1 parent 42bc59e commit 43415f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
run: |
1818
mkdir dist
1919
g++ -Wall -Wpedantic -Weffc++ -std=c++23 -o dist/basic_example examples/basic_example.cpp src/*.cpp -Iinclude
20+
g++ -Wall -Wpedantic -Weffc++ -std=c++23 -o dist/instruction_injection examples/instruction_injection.cpp src/*.cpp -Iinclude
2021
g++ -Wall -Wpedantic -Weffc++ -std=c++23 -o dist/memory_example examples/memory_example.cpp src/*.cpp -Iinclude

0 commit comments

Comments
 (0)