summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-01-29 11:30:15 +0700
committerhathach <[email protected]>2021-01-29 11:30:15 +0700
commitf3477f87acc96a136da6296e6892abc0116afc97 (patch)
tree17a0358218632ae850d7791e1521642c0d9f144f /.github/workflows
parent40870f9037126b2ec63993963c2b1373974ed92c (diff)
specify ruby version for unit test
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 37cc4c40d..985c9ef34 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,6 +15,8 @@ jobs:
steps:
- name: Setup Ruby
uses: actions/setup-ruby@v1
+ with:
+ ruby-version: '2.7'
- name: Checkout TinyUSB
uses: actions/checkout@v2