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