Skip to content

Commit

Permalink
enable win tests
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Dec 14, 2023
1 parent aa5aef7 commit 79c7c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ton-x86-64-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
copy assembly\native\build-windows-github.bat .
copy assembly\native\build-windows.bat .
build-windows-github.bat -t
build-windows-github.bat
- name: Upload artifacts
uses: actions/upload-artifact@master
Expand Down
2 changes: 1 addition & 1 deletion assembly/native/build-windows-github.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
call build-windows.bat
call build-windows.bat -t

0 comments on commit 79c7c66

Please sign in to comment.