.github/workflows/ruby.yml in ronin-code-asm-1.0.0.beta1 vs .github/workflows/ruby.yml in ronin-code-asm-1.0.0

- old
+ new

@@ -19,9 +19,10 @@ - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} + bundler-cache: true - name: Install dependencies run: | sudo apt update -y && \ sudo apt install -y --no-install-recommends --no-install-suggests yasm - name: Install dependencies