Skip to content

Commit

Permalink
[unity] quickjs ut fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Jun 10, 2022
1 parent e5c64ed commit 77e980d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unity_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ jobs:
run: |
md unity\general\vs2013\Bin
cd unity\native_src
.\make_win64.bat quickjs
copy build64_quickjs\Release\puerts.dll ..\general\Bin
copy quickjs\Lib\Win64\*.dll ..\general\Bin
node make.js --platform win --arch x64 --backend quickjs --config Debug
- name: UnitTest
run: |
cd unity\general\vs2013
Expand Down

0 comments on commit 77e980d

Please sign in to comment.