Skip to content

Commit

Permalink
try without chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 13, 2024
1 parent 5450c20 commit 0d1dd9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post-build-selective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
path: .
name: ${{ inputs.os }}-artifact

- run: chmod -R 777 .
# - run: chmod -R 777 .
- run: ./mill -i -k selective.prepare main.__.test

- run: cat out/mill-selective-execution.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
ref: ${{ github.base_ref }}

- run: chmod -R 777 .
# - run: chmod -R 777 .

- run: ./mill -i -k selective.prepare main.__.test

Expand Down

0 comments on commit 0d1dd9f

Please sign in to comment.