Skip to content

Commit 1b9dad9

Browse files
committed
.
1 parent b98c68f commit 1b9dad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/armadillo_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
run: sudo apt-get update && sudo apt-get install build-essential cmake libopenblas-dev liblapack-dev libarpack2 libarmadillo-dev
1212
- name: compile armadillo example
1313
run: |
14-
cd ArmadilloTest && g++ example.cpp -o example.lnx -O2 -larmadillo
14+
cd ArmadilloTest && g++ example.cpp -o example.lnx -O2 -larmadillo && ./example.lnx

0 commit comments

Comments
 (0)