Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CennoxX authored Aug 12, 2024
1 parent 0c61a3c commit a763f67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
run: |
choco install dotnet4.6.2 --no-progress --ignore-checksums
shell: cmd


- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2

- name: Build KeePass submodule
run: |
msbuild KeePass2.x/KeePass/KeePass.csproj /p:Configuration=Release
Expand Down

0 comments on commit a763f67

Please sign in to comment.