.github/workflows/test.yaml in lrama-0.5.11 vs .github/workflows/test.yaml in lrama-0.5.12

- old
+ new

@@ -120,10 +120,10 @@ - run: git clone --depth=1 https://github.com/ruby/ruby.git -b ${{ matrix.ruby_branch }} ../ruby working-directory: - run: mkdir -p tool/lrama working-directory: ../ruby - name: Copy Lrama to ruby/tool - run: cp -r LEGAL.md MIT exe lib template ../ruby/tool/lrama + run: cp -r LEGAL.md NEWS.md MIT exe lib template ../ruby/tool/lrama working-directory: - run: tree tool/lrama working-directory: ../ruby # See also https://github.com/ruby/ruby/blob/master/.github/workflows/ubuntu.yml - run: mkdir build