summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-01-29 12:12:54 +0700
committerGitHub <[email protected]>2021-01-29 12:12:54 +0700
commit88fad0b42aecd99a509083538765a6c50b39782a (patch)
tree8e7ba63d81dca71b026faa574963cd4d8a276fb3 /.github/workflows
parent40870f9037126b2ec63993963c2b1373974ed92c (diff)
parent5734cf4bdda36a400d2ad5cc97f16b98048613ef (diff)
Merge pull request #617 from hathach/fix-unittest-ci
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