fix native build.
This commit is contained in:
parent
72f27f6112
commit
8c0b4461dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/native-build.yml
vendored
2
.github/workflows/native-build.yml
vendored
|
|
@ -19,7 +19,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: env.REGISTRY == ''
|
if: ${{ env.REGISTRY == '' }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue