Prevent from loading rubygems from TUNA

This commit is contained in:
Miao Wang 2020-09-13 15:26:44 +08:00
parent d53583c469
commit 3f0169fd92

View File

@ -29,6 +29,10 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
-
name: Prevent from loading rubygems from TUNA
run: |
sed -i "/^source/c source 'https://rubygems.org'" Gemfile
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1