Skip to content

Commit

Permalink
Poor man's attempt to get Chorus Help
Browse files Browse the repository at this point in the history
  • Loading branch information
papeh committed Dec 6, 2022
1 parent 6eb46de commit 826c828
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ jobs:
# name: Test Results (${{matrix.os}})
# path: "**/TestResults/*.xml"

- name: Checkout Chorus Help
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
with:
repository: sillsdev/chorushelp
path: lib
clean: false # don't delete other files from lib

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@34cfbaee7f672c76950673338facd8a73f637506 # v1.1.3

Expand Down

0 comments on commit 826c828

Please sign in to comment.