Skip to content

Commit

Permalink
Use SWORD ecd300 (SVN Rev. 3806)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Sep 21, 2020
1 parent 75619fb commit 971a999
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build icu
run: powershell .\build_icu.bat release-65-1 dist\lib
- name: Build sword
run: powershell .\build_sword.bat b2baf2 dist\lib
run: powershell .\build_sword.bat ecd300 dist\lib
- name: Copy sword headers
shell: cmd
run: |
Expand Down
2 changes: 1 addition & 1 deletion build_all.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ call build_xz.bat v5.2.4 dist\lib
call build_bzip2.bat bzip2-1.0.8 dist\lib
call build_curl.bat curl-7_68_0 dist\lib
call build_icu.bat release-65-1 dist\lib
call build_sword.bat 9e340f dist\lib
call build_sword.bat ecd300 dist\lib

xcopy sword\include dist\include /E /I

0 comments on commit 971a999

Please sign in to comment.