Skip to content

Commit

Permalink
add another chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 27, 2025
1 parent 96cd16d commit cb70a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
name: ${{ inputs.os }}-artifact
include-hidden-files: true

- run: chmod -R 777 . # normalize permissions before and after upload/download-artifact
- run: ./mill -i --debug -k selective.resolve 'example.javalib.basic[1-simple].native.server.test'
- run: ./mill -i --debug -k selective.resolveTree 'example.javalib.basic[1-simple].native.server.test'
- run: ./mill -i --debug -k selective.resolveChanged 'example.javalib.basic[1-simple].native.server.test'

0 comments on commit cb70a43

Please sign in to comment.