This commit is contained in:
William Cheng 2025-01-21 17:28:24 +08:00
parent a1d733694e
commit 286ea0c593

View File

@ -37,9 +37,10 @@ jobs:
steps:
- uses: actions/checkout@v4
#- name: Add hosts to /etc/hosts
# run: |
# sudo echo "127.0.0.1 petstore.swagger.io" | sudo tee -a /etc/hosts
- name: Add hosts to /etc/hosts
run: |
sudo echo "127.0.0.1 petstore.swagger.io" | sudo tee -a /etc/hosts
cat /etc/hosts
- uses: actions/setup-ruby@v1
with:
ruby-version: 3.0