Skip to content

Commit b98c68f

Browse files
committed
.
1 parent 9b6d3a6 commit b98c68f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/armadillo_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
- uses: actions/checkout@v4
1010
- name: Build docker images
1111
run: sudo apt-get update && sudo apt-get install build-essential cmake libopenblas-dev liblapack-dev libarpack2 libarmadillo-dev
12-
- name: compile hello world
12+
- name: compile armadillo example
1313
run: |
14-
cd HelloWorld && g++ -o HelloWorld helloworld.cpp && ./HelloWorld
14+
cd ArmadilloTest && g++ example.cpp -o example.lnx -O2 -larmadillo

0 commit comments

Comments
 (0)