summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2020-03-24 10:42:53 +0700
committerGitHub <[email protected]>2020-03-24 10:42:53 +0700
commitb4a9a6e99a264cdcb886a1cc04818c086fbd7496 (patch)
treea191d0f0b62bf1ed75833cea48c11112ae910739 /.github/workflows
parent00eabbac3533b2b33020c477b9cc07af491fd626 (diff)
parent16d6da18e3215608e30ad23897162f65740530cd (diff)
Merge pull request #307 from hathach/upgrade-nrfx
Upgrade nrfx from 2.0.0 to 2.1.0
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4cf2f1390..8005c114d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -45,12 +45,10 @@ jobs:
- name: Checkout TinyUSB
uses: actions/checkout@v2
- - name: Checkout submodules
- shell: bash
+ - name: Checkout Submodules
run: |
- auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
- git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive
+ git submodule update --init --recursive
- name: Build
run: python3 tools/build_all.py ${{ matrix.example }}