ci: mssing $
This commit is contained in:
parent
29975edb0e
commit
738425b0b1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
continue-on-error: true
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: {{ matrix.os }}
|
||||
name: ${{ matrix.os }}
|
||||
path: build
|
||||
- name: Check Lake
|
||||
run: make -C examples check-lake
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue