diff options
| author | hathach <[email protected]> | 2021-01-29 11:30:15 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-01-29 11:30:15 +0700 |
| commit | f3477f87acc96a136da6296e6892abc0116afc97 (patch) | |
| tree | 17a0358218632ae850d7791e1521642c0d9f144f /.github/workflows | |
| parent | 40870f9037126b2ec63993963c2b1373974ed92c (diff) | |
specify ruby version for unit test
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 |
