Machine bootstrapping tool with a focus on sensible defaults, conventions, and avoidance of vendoring - This is a mirror
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: ensure libyaml is installed for macOS

mx4ke.xyz 967a7b3b 35fcb237

verified
+1 -1
+1 -1
.github/workflows/provision.yml
··· 54 54 55 55 - name: Install required dependencies for ruby 56 56 run: | 57 - brew install gmp 57 + brew install gmp libyaml 58 58 59 59 - uses: ruby/setup-ruby@v1 60 60 with: