diff options
| author | Ha Thach <[email protected]> | 2021-01-29 12:12:54 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-29 12:12:54 +0700 |
| commit | 88fad0b42aecd99a509083538765a6c50b39782a (patch) | |
| tree | 8e7ba63d81dca71b026faa574963cd4d8a276fb3 /.github/workflows | |
| parent | 40870f9037126b2ec63993963c2b1373974ed92c (diff) | |
| parent | 5734cf4bdda36a400d2ad5cc97f16b98048613ef (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.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 |
