Skip to content

Commit

Permalink
Setup MSBuild in jobs requiring it
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszKlonowski committed May 7, 2024
1 parent e186891 commit b42ed67
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/RN-Windows-Hello-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

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

- name: Cache node modules
id: cache-npm
uses: actions/cache@v3.0.7
Expand Down Expand Up @@ -112,6 +115,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

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

- name: Cache node modules
id: cache-npm
uses: actions/cache@v3.0.7
Expand Down

0 comments on commit b42ed67

Please sign in to comment.