Update main.yml
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -36,6 +36,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
key: ${{ runner.os }}-ccache-${{ matrix.node }}
|
key: ${{ runner.os }}-ccache-${{ matrix.node }}
|
||||||
|
|
||||||
|
- name: Install ignore folder
|
||||||
|
run: |
|
||||||
|
./tools/access.sh
|
||||||
|
ls -lah
|
||||||
|
|
||||||
- name: Build firmware
|
- name: Build firmware
|
||||||
run: |
|
run: |
|
||||||
export CCACHE_MAXSIZE=400M CCACHE_BASEDIR="$(pwd)"
|
export CCACHE_MAXSIZE=400M CCACHE_BASEDIR="$(pwd)"
|
||||||
|
Reference in New Issue
Block a user