File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 8787 build-amd64 :
8888 needs : setup
8989 runs-on : ubuntu-latest
90+ permissions :
91+ contents : read
92+ packages : write
9093 outputs :
9194 digest : ${{ steps.build_and_push.outputs.digest }}
9295 steps :
Original file line number Diff line number Diff line change @@ -19,4 +19,7 @@ tarpaulin-report.html
1919.vscode /settings.json
2020reports /
2121
22- .cargo /
22+ .cargo /
23+
24+ # Mac specific
25+ .DS_Store
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ fn main() -> std::io::Result<()> {
3030 "helloworld" ,
3131 ) {
3232 let error_message = format ! ( "Failed to fetch and build protobuf file: {err:?}" ) ;
33- return Err ( std:: io:: Error :: new ( std :: io :: ErrorKind :: Other , error_message) ) ;
33+ return Err ( std:: io:: Error :: other ( error_message) ) ;
3434 }
3535
3636 Ok ( ( ) )
You can’t perform that action at this time.
0 commit comments