Skip to content

Commit 3de4e60

Browse files
committed
updates
1 parent 13377dd commit 3de4e60

7 files changed

Lines changed: 2041 additions & 1203 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"version": "v7.0.0",
3636
"sha": "bbbca2ddaa5d8feaa63e36b76fdaad77386f024f"
3737
},
38-
"github/gh-aw-actions/setup@v0.68.3": {
38+
"github/gh-aw-actions/setup@v0.71.0": {
3939
"repo": "github/gh-aw-actions/setup",
40-
"version": "v0.68.3",
41-
"sha": "ba90f2186d7ad780ec640f364005fa24e797b360"
40+
"version": "v0.71.0",
41+
"sha": "49157453228f9641824955e35cbeccbca74ee0fd"
4242
},
4343
"github/gh-aw/actions/setup@v0.66.1": {
4444
"repo": "github/gh-aw/actions/setup",

.github/workflows/daily-repo-goals.lock.yml

Lines changed: 425 additions & 254 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-workflow-sync.lock.yml

Lines changed: 420 additions & 252 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/import-workflow.lock.yml

Lines changed: 377 additions & 214 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/link-checker.lock.yml

Lines changed: 393 additions & 223 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/maintainer.lock.yml

Lines changed: 418 additions & 250 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workflows/lean-squad.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,12 @@ network:
3636
- defaults
3737
- github
3838
- rust
39+
- lean
40+
- latex
3941
- "arxiv.org"
4042
- "leanprover-community.github.io"
4143
- "leanlang.org"
42-
- "lean-lang.org"
4344
- ocaml
44-
- "releaseassets.githubusercontent.com"
45-
- "raw.githubusercontent.com" # required: elan installer bootstrap script
46-
- "mirror.ctan.org" # required: LaTeX packages for paper compilation
47-
- "ctan.org"
4845

4946
checkout:
5047
fetch: ["*"] # fetch all remote branches
@@ -59,6 +56,7 @@ tools:
5956
max-patch-size: 102400 # 100KB max (default 10KB)
6057

6158
safe-outputs:
59+
max-patch-size: 10240 # in kb, so 10MB
6260
messages:
6361
footer: "> Generated by 📐 {workflow_name}, see [workflow run]({run_url}). [Learn more](https://github.com/githubnext/agentics/blob/main/docs/lean-squad.md)."
6462
run-started: "{workflow_name} is processing {event_type}, see [workflow run]({run_url})..."
@@ -827,7 +825,7 @@ This is a reflective task. The goal is not to prove more things, but to evaluate
827825
# --- OCaml + opam (required for Aeneas) ---
828826
if ! command -v opam &>/dev/null; then
829827
echo "=== Lean Squad: installing opam ==="
830-
sudo apt-get update && sudo apt-get install -y opam
828+
apt-get update && apt-get install -y opam
831829
opam init -y --disable-sandboxing
832830
eval $(opam env)
833831
fi
@@ -1325,7 +1323,7 @@ Install a LaTeX distribution if not already available:
13251323
```bash
13261324
if ! command -v pdflatex &>/dev/null; then
13271325
echo "=== Lean Squad: installing LaTeX ==="
1328-
sudo apt-get update && sudo apt-get install -y \
1326+
apt-get update && apt-get install -y \
13291327
texlive-latex-base texlive-latex-recommended texlive-latex-extra \
13301328
texlive-fonts-recommended texlive-bibtex-extra biber latexmk
13311329
fi

0 commit comments

Comments
 (0)