mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 00:57:34 +08:00
Attempt to fix CI firmware build test
This commit is contained in:
committed by
Mathieu Bresciani
parent
2927132954
commit
0ea7cd8360
@@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: Configure Firmware to include current ECL version
|
- name: Configure Firmware to include current ECL version
|
||||||
working-directory: ../Firmware/src/lib/ecl
|
working-directory: ../Firmware/src/lib/ecl
|
||||||
run: |
|
run: |
|
||||||
git fetch origin +${{ github.ref }}
|
git fetch origin ${{ github.ref }}
|
||||||
git checkout ${{ github.sha }}
|
git checkout ${{ github.sha }}
|
||||||
- name: Add and commit new ECL version
|
- name: Add and commit new ECL version
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user