diff options
| author | hathach <[email protected]> | 2023-12-18 20:07:17 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-12-18 20:07:17 +0700 |
| commit | c314cb290300ffa2cbd23e1d3dee71bb3f6174f7 (patch) | |
| tree | 433730b8d151afaa06c596a6b1ce1d70f8be907c /.github/workflows/cmake_arm.yml | |
| parent | 3c4db26e0125d42285f9723820e19a92bf69e14a (diff) | |
remove usage of linkermap, update checkout to v4
Diffstat (limited to '.github/workflows/cmake_arm.yml')
| -rw-r--r-- | .github/workflows/cmake_arm.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml index 44ada917f..13120f96f 100644 --- a/.github/workflows/cmake_arm.yml +++ b/.github/workflows/cmake_arm.yml @@ -8,6 +8,7 @@ on: - 'examples/**' - 'lib/**' - 'hw/**' + - 'tools/get_deps.py' - '.github/workflows/cmake_arm.yml' pull_request: branches: [ master ] @@ -16,6 +17,7 @@ on: - 'examples/**' - 'lib/**' - 'hw/**' + - 'tools/get_deps.py' - '.github/workflows/cmake_arm.yml' concurrency: @@ -68,11 +70,11 @@ jobs: run: sudo apt install -y ninja-build - name: Checkout TinyUSB - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Checkout pico-sdk for rp2040 if: matrix.family == 'rp2040' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: raspberrypi/pico-sdk ref: develop @@ -144,7 +146,7 @@ jobs: done - name: Checkout test/hil - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: sparse-checkout: test/hil |
