1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove obsolete rubygems file

Fixes a weird error in CodeQL autobuild.
This commit is contained in:
Nobuyoshi Nakada 2020-08-01 14:15:25 +09:00
parent d3d6872919
commit 32bec658c1
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -27,6 +27,9 @@ jobs:
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
- name: Remove an obsolete rubygems vendored file
run: sudo rm /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with: