Skip to content

Commit

Permalink
<fix> test action failed in windows platform
Browse files Browse the repository at this point in the history
  • Loading branch information
BppleMan committed Jan 7, 2025
1 parent d10ac09 commit e0d96c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/kommand test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ jobs:
name: Set up lld
shell: cmd
run: |
echo "Replace lld with llvm-16 bundled lld"
del %USERPROFILE%\.konan\dependencies\lld-12.0.1-windows-x64\ld.lld.exe
copy %USERPROFILE%\.konan\dependencies\dependencies\llvm-16.0.0-x86_64-windows-essentials-56\bin\ld.lld.exe %USERPROFILE%\.konan\dependencies\lld-12.0.1-windows-x64\ld.lld.exe
Expand Down

0 comments on commit e0d96c3

Please sign in to comment.