File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 14
14
include :
15
15
- name : Linux
16
16
os : ubuntu-latest
17
- - name : macOS
18
- os : macos-latest
17
+ # - name: macOS
18
+ # os: macos-latest
19
19
- name : Windows
20
20
os : windows-latest
21
21
name : ${{ matrix.name }}
24
24
- uses : actions/checkout@v4
25
25
with :
26
26
submodules : true
27
- # uses lean standard action with all default input values
28
27
- uses : leanprover/lean-action@v1
29
- if : matrix.os != 'windows -latest'
28
+ if : matrix.os == 'ubuntu -latest'
30
29
with :
31
30
lake-package-directory : " demo/server/LeanProject"
32
31
use-mathlib-cache : false
@@ -39,11 +38,14 @@ jobs:
39
38
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf > elan-init.sh
40
39
sh elan-init.sh -y
41
40
echo "$HOME/.elan/bin" >> $GITHUB_PATH
42
- - name : macos fix
43
- if : matrix.os == 'macos-latest'
44
- run : source ~/.profile
41
+ - name : lean bui.d (Windows)
42
+ if : matrix.os == 'windows-latest'
43
+ run : |
44
+ cd demo\server\LeanProject
45
+ lake build
45
46
- uses : actions/setup-node@v3
46
47
- run : npm install --loglevel verbose
47
48
- run : npm audit
49
+ if : matrix.os == 'ubuntu-latest'
48
50
continue-on-error : true
49
51
- run : npm run test
You can’t perform that action at this time.
0 commit comments