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: