Skip to content

Commit 5513260

Browse files
committed
Fix typo build.yml
1 parent 64e2f91 commit 5513260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
if: ${{ env.ARTIFACTS_EXIST == 'false' }}
103103
with:
104104
toolchain: ${{ env.TOOLCHAIN }}
105-
target: ${{ env.TARGET}}
105+
target: ${{ env.TARGET }}
106106
components: rustfmt, clippy
107107
- run: make schema
108108
if: ${{ env.ARTIFACTS_EXIST == 'false' }}

0 commit comments

Comments
 (0)