Skip to content

Commit a0629ed

Browse files
committed
Corrections for compilation.
1 parent 1b072d2 commit a0629ed

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci_15_schedule_basic_tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@ name: Basic Tests
33
on:
44
# Every 15th of the month at midnight
55
schedule:
6-
- cron: "0 0 22 * *"
6+
- cron: "0 0 23 * *"
77
# Manually triggered
88
workflow_dispatch:
99

1010
jobs:
1111
basic-tests:
1212
runs-on: ubuntu-latest
13+
env:
14+
GMP_INCDIR: /usr/include
15+
GMP_CXX_LINK: "-lm -lgmp -lgmpxx"
16+
BOOST_INCDIR: "/usr/include"
17+
BOOST_LINK: "/usr/lib/x86_64-linux-gnu/libboost_serialization.a"
18+
EIGEN_PATH: /home/runner/work/opt/eigen
1319

1420
steps:
1521
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)