mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Prevent from loading rubygems from TUNA
This commit is contained in:
parent
d53583c469
commit
3f0169fd92
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue