aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/workflow.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index f37c02ef..02d44b95 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -15,8 +15,6 @@ jobs:
steps:
- name: repo checkout
uses: actions/checkout@v2
- with:
- fetch-depth: 10
- name: load ruby
uses: actions/setup-ruby@v1
with:
@@ -42,8 +40,6 @@ jobs:
steps:
- name: repo checkout
uses: actions/checkout@v2
- with:
- fetch-depth: 10
- name: load ruby, update gcc, install openssl
uses: MSP-Greg/actions-ruby@master
with: