Skip to content

Commit 850d3fa

Browse files
committed
claude fixes claudes code
1 parent 7efddab commit 850d3fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check-generated.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@ jobs:
2222
shell: bash
2323
run: |
2424
git config --global --add safe.directory "$(pwd)"
25-
eval $(HOME=/root opam env)
25+
opam init --disable-sandboxing --yes --bare
26+
eval $(opam env)
2627
apk add py3-pip
2728
pip install check-jsonschema mypy --break-system-packages
2829
make setup
2930
3031
- name: Regenerate files
3132
shell: bash
3233
run: |
33-
eval $(HOME=/root opam env)
34+
eval $(opam env)
3435
make
3536
3637
- name: Check for changes

0 commit comments

Comments
 (0)