Skip to content

Commit 87ee8a4

Browse files
committed
windows build
1 parent 5e39eb9 commit 87ee8a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/default-storage.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ jobs:
119119
if: ${{ needs.changes.outputs.changed == 'true' }}
120120
runs-on: windows-2022
121121
steps:
122-
- name: Set up MSBuild
123-
uses: microsoft/[email protected]
124-
- name: Setup VSTest.console.exe
125-
uses: darenm/[email protected]
126122
- name: Checkout
127123
uses: actions/checkout@v4
128124
- name: Setup project
129125
uses: ./.github/actions/setup-project
126+
- name: Set up MSBuild
127+
uses: microsoft/[email protected]
128+
- name: Setup VSTest.console.exe
129+
uses: darenm/[email protected]
130130
- name: Install JS dependencies
131131
run: |
132132
yarn

0 commit comments

Comments
 (0)