ci: fix typo

This commit is contained in:
William Yang 2022-01-18 09:47:25 +01:00
parent b347769721
commit a67c463e8c
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: source/_build/default/lib/quicer/ path: source/_build/default/lib/quicer/
key: ${{ matrix.os }}-${{ matrix.otp }}-$${{ matrix.arch }}-${{ steps.deps-refs.outputs.DEP_QUICER_REF }} key: ${{ matrix.os }}-${{ matrix.otp }}-${{ matrix.arch }}-${{ steps.deps-refs.outputs.DEP_QUICER_REF }}
- name: build EMQ X CE and EE tgz package - name: build EMQ X CE and EE tgz package
if: endsWith(github.repository, 'emqx') if: endsWith(github.repository, 'emqx')

View File

@ -38,7 +38,7 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: _build/default/lib/quicer/ path: _build/default/lib/quicer/
key: ${{ matrix.os }}-${{ matrix.otp }}-$${{ matrix.arch }}-${{ steps.deps-refs.outputs.DEP_QUICER_REF }} key: ${{ matrix.os }}-${{ matrix.otp }}-${{ matrix.arch }}-${{ steps.deps-refs.outputs.DEP_QUICER_REF }}
- name: run - name: run
run: | run: |
make ensure-rebar3 make ensure-rebar3

View File

@ -42,7 +42,7 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: source/_build/default/lib/quicer/ path: source/_build/default/lib/quicer/
key: ${{ matrix.os }}-${{ matrix.otp }}-$${{ matrix.arch }}-${{ steps.deps-refs.outputs.DEP_QUICER_REF }} key: ${{ matrix.os }}-${{ matrix.otp }}-${{ matrix.arch }}-${{ steps.deps-refs.outputs.DEP_QUICER_REF }}
- name: proper - name: proper
run: make proper run: make proper