Skip to content

Commit b6618da

Browse files
committed
sdasd
1 parent 94cc30f commit b6618da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build component
2525
run: |
2626
export DOTNET_ROOT=$HOME/dotnet
27-
export PATH=$PATH:$HOME/dotnet
27+
export PATH=$HOME/dotnet:$PATH
2828
edgee components build
2929
3030
- name: Verify .wasm file exists

0 commit comments

Comments
 (0)