Skip to content

Commit 5855227

Browse files
authored
Merge pull request #631 from lean-ja/workflow
workflow更新
2 parents 4b10aae + cd9e41e commit 5855227

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
- name: lean action
3838
uses: leanprover/[email protected]
3939
with:
40-
build-args: "--quiet"
41-
test: false
40+
build-args: "--log-level=error"
4241

4342
windows_build:
4443
runs-on: windows-latest
@@ -66,5 +65,5 @@ jobs:
6665
shell: pwsh
6766

6867
- name: run lake build
69-
run: lake build --quiet
68+
run: lake build --log-level=error
7069
shell: pwsh

.github/workflows/update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update Lean
22
on:
33
schedule:
4-
- cron: "0 0 * * *"
4+
- cron: "0 0 * * 1"
55
workflow_dispatch:
66

77
jobs:

lakefile.lean

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ package «Lean by Example» where
77
`relaxedAutoImplicit, false
88
]
99

10-
require mdgen from git
11-
"https://github.com/Seasawher/mdgen" @ "main"
10+
require "Seasawher" / "mdgen"
1211

13-
require mathlib from git
14-
"https://github.com/leanprover-community/mathlib4.git" @ "master"
12+
require "leanprover-community" / "mathlib"
1513

1614
@[default_target]
1715
lean_lib Examples where

0 commit comments

Comments
 (0)