diff options
| author | hathach <[email protected]> | 2021-02-01 13:41:20 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-02-01 13:41:20 +0700 |
| commit | 0799a910730a3aa881f6292b2c7cbbc784690e7a (patch) | |
| tree | 34b85bdb2853c173a1d9c29dff9df65f2621801e /.github/workflows | |
| parent | 8e954a439151822fcd415b3c611008aee423b813 (diff) | |
| parent | 78f50518a48f55fe3a4d921895c5d6c400c355b0 (diff) | |
Merge branch 'master' into rp2040-logger-enumfix
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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 |
