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 1b072d2 commit a0629edCopy full SHA for a0629ed
.github/workflows/ci_15_schedule_basic_tests.yml
@@ -3,13 +3,19 @@ name: Basic Tests
3
on:
4
# Every 15th of the month at midnight
5
schedule:
6
- - cron: "0 0 22 * *"
+ - cron: "0 0 23 * *"
7
# Manually triggered
8
workflow_dispatch:
9
10
jobs:
11
basic-tests:
12
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
19
20
steps:
21
- uses: actions/checkout@v4
0 commit comments