Skip to content

Commit

Permalink
.github/workflows/ci.yml: Checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
richardapeters committed Nov 23, 2023
1 parent e018d20 commit 2fa388f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.0.0
with:
persist-credentials: false
submodules: true
token: ${{ secrets.AMP_ACCESS_TOKEN }}
- uses: hendrikmuhs/ccache-action@6d1841ec156c39a52b1b23a810da917ab98da1f4 # v1.2.10
with:
key: ${{ github.job }}-ubuntu-latest
Expand Down Expand Up @@ -50,6 +52,8 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.0.0
with:
persist-credentials: false
submodules: true
token: ${{ secrets.AMP_ACCESS_TOKEN }}
- uses: hendrikmuhs/ccache-action@6d1841ec156c39a52b1b23a810da917ab98da1f4 # v1.2.10
with:
key: ${{ github.job }}-${{ matrix.os }}
Expand Down Expand Up @@ -87,6 +91,10 @@ jobs:
target: "stm32f767"
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
submodules: true
token: ${{ secrets.AMP_ACCESS_TOKEN }}
- name: Install GNU Arm Embedded Toolchain ${{ matrix.gcc }}
uses: carlosperate/arm-none-eabi-gcc-action@e9cd61b92edb079b14b2d0449b21f8a517121fe8 # v1.8.0
with:
Expand Down

0 comments on commit 2fa388f

Please sign in to comment.