Skip to content

Commit

Permalink
fix(modem): workaround to use node16 with checkoutv3
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cermak committed Nov 29, 2024
1 parent 0f258c2 commit 32b5dc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/modem__target-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
- name: Clear repository
run: |
sudo rm -fr $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
- uses: actions/checkout@v3
export ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION=node16
export ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION=node16
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: modem_target_bin_${{ matrix.idf_target }}_${{ matrix.idf_ver }}_${{ matrix.test.app }}
Expand Down

0 comments on commit 32b5dc2

Please sign in to comment.