diff options
| author | hathach <[email protected]> | 2021-06-28 12:53:53 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-06-28 12:59:53 +0700 |
| commit | 856dc0bab92799320d2909638d6988f3776f258a (patch) | |
| tree | c322b9bcaaae3f5f1fb1eedc3ee4d085e5c7b514 /.github/workflows | |
| parent | e3b1110cce73291fb6eefed6537aaee5cc56ee20 (diff) | |
update doc and clean up
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_renesas.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_renesas.yml b/.github/workflows/build_renesas.yml index 45e0c5fd5..ee9ba8289 100644 --- a/.github/workflows/build_renesas.yml +++ b/.github/workflows/build_renesas.yml @@ -15,7 +15,7 @@ jobs: matrix: family: # Alphabetical order - - 'rx63n' + - 'rx' steps: - name: Setup Python uses: actions/setup-python@v2 |
