We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a2410 commit 071a584Copy full SHA for 071a584
.github/workflows/ci_20_schedule_matrix_tests.yml
@@ -27,6 +27,7 @@ jobs:
27
28
- name: Install non-standard dependencies
29
run: |
30
+ mkdir -p /home/runner/work/opt
31
# We need specific version 3.3.9 because of a bug in 3.4.0 for algebraic data types.
32
wget -q https://gitlab.com/libeigen/eigen/-/archive/3.3.9/eigen-3.3.9.tar.gz
33
tar -xzf eigen-3.3.9.tar.gz
0 commit comments