Skip to content

Commit

Permalink
Merge pull request #1444 from Firefishy/gh-action-use-replacement-ruby
Browse files Browse the repository at this point in the history
Gh action use replacement ruby
  • Loading branch information
hathach authored Apr 25, 2022
2 parents 55a5fd5 + 35d1a71 commit 6ec5174
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
uses: actions/setup-python@v2

- name: Checkout TinyUSB
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout common submodules in lib
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip lib/sct_neopixel

- name: Checkout hathach/linkermap
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: hathach/linkermap
path: linkermap
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'

- name: Checkout TinyUSB
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Unit Tests
run: |
Expand Down Expand Up @@ -66,13 +66,13 @@ jobs:
uses: actions/setup-python@v2

- name: Checkout TinyUSB
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout common submodules in lib
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip lib/sct_neopixel

- name: Checkout hathach/linkermap
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: hathach/linkermap
path: linkermap
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
uses: actions/setup-python@v2

- name: Checkout TinyUSB
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout common submodules in lib
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_esp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
run: docker pull espressif/idf:latest

- name: Checkout TinyUSB
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout hathach/linkermap
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: hathach/linkermap
path: linkermap
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_msp430.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
uses: actions/setup-python@v2

- name: Checkout TinyUSB
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout common submodules in lib
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip

- name: Checkout hathach/linkermap
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: hathach/linkermap
path: linkermap
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_renesas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
uses: actions/setup-python@v2

- name: Checkout TinyUSB
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout common submodules in lib
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip

- name: Checkout hathach/linkermap
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: hathach/linkermap
path: linkermap
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
uses: actions/setup-python@v2

- name: Checkout TinyUSB
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout common submodules in lib
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip

- name: Checkout hathach/linkermap
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: hathach/linkermap
path: linkermap
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Push to tinyusb_src
run: |
Expand Down

0 comments on commit 6ec5174

Please sign in to comment.