inaturalist / iNaturalistReactNative

Cross-platform version of the iNat mobile app
MIT License
70 stars 25 forks source link

fix: skip container to allow Ruby setup in crowdin-pull action #2461

Closed kueda closed 2 days ago

kueda commented 2 days ago

The setup-ruby action was choking on the explicit Docker container image we were using in crowdin-pull. The only reason we were doing that was to run everything as root, b/c the crowdin action adds files owned by root, leading to permissions errors when we later move things around. This PR just uses sudo chown (which apparently works?!) to get the same effect.