Skip to content

Commit 071a584

Browse files
committed
Correct the test.
1 parent b6a2410 commit 071a584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_20_schedule_matrix_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
2828
- name: Install non-standard dependencies
2929
run: |
30+
mkdir -p /home/runner/work/opt
3031
# We need specific version 3.3.9 because of a bug in 3.4.0 for algebraic data types.
3132
wget -q https://gitlab.com/libeigen/eigen/-/archive/3.3.9/eigen-3.3.9.tar.gz
3233
tar -xzf eigen-3.3.9.tar.gz

0 commit comments

Comments
 (0)