Skip to content

Commit 867df59

Browse files
authored
Merge pull request rails#37953 from yahonda/workaround_for_github_action_errors
Workaroud to address apt-get update at GitHub Actions
2 parents 58df9a4 + 2b15fbf commit 867df59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
ruby-version: 2.6.x
1515
- name: Install required package
1616
run: |
17+
sudo rm -f /etc/apt/sources.list.d/dotnetdev.list /etc/apt/sources.list.d/microsoft-prod.list
1718
sudo apt-get update
1819
sudo apt-get install libmysqlclient-dev libpq-dev libsqlite3-dev libncurses5-dev
1920
- name: Cache gems

0 commit comments

Comments
 (0)