Skip to content

Commit 65094b6

Browse files
committed
Revert "Profile"
This reverts commit 462bf66.
1 parent 6fe9808 commit 65094b6

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/build-windows.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,9 @@ jobs:
116116
fi
117117
118118
- name: Build
119-
run: |
120-
vcperf /start /noadmin /level3 gtsam
121-
cmake --build build -j4 --target all.tests
122-
vcperf /stop /templates gtsam out.etl
123-
124-
- name: Store artifacts
125-
uses: actions/upload-artifact@v4
126-
with:
127-
name: Profile ${{ matrix.build_type }}
128-
path: out.etl
119+
shell: bash
120+
run: cmake --build build -j4 --target all.tests
129121

130122
- name: Test
123+
shell: bash
131124
run: cmake --build build -j1 --target check

0 commit comments

Comments
 (0)