summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-02-01 13:41:20 +0700
committerhathach <[email protected]>2021-02-01 13:41:20 +0700
commit0799a910730a3aa881f6292b2c7cbbc784690e7a (patch)
tree34b85bdb2853c173a1d9c29dff9df65f2621801e /.github/workflows
parent8e954a439151822fcd415b3c611008aee423b813 (diff)
parent78f50518a48f55fe3a4d921895c5d6c400c355b0 (diff)
Merge branch 'master' into rp2040-logger-enumfix
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