Attempt to fix CI firmware build test

This commit is contained in:
Kamil Ritz 2020-06-25 19:00:19 +02:00 committed by Mathieu Bresciani
parent 2927132954
commit 0ea7cd8360

View File

@ -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: |