lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb in rubysmith-7.2.0 vs lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb in rubysmith-7.3.0
- old
+ new
@@ -6,9 +6,14 @@
build:
name: Build
runs-on: ubuntu-latest
steps:
+ - name: System Update
+ run: |
+ sudo apt-get update
+ sudo apt-get install --no-install-recommends -y curl libjemalloc2
+
- name: Checkout
uses: actions/checkout@v4
- name: Ruby Setup
uses: ruby/setup-ruby@v1