Skip to content

Commit 241f877

Browse files
committed
Fix wireshark build
1 parent 95b5a42 commit 241f877

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9798,6 +9798,10 @@ jobs:
97989798
- name: set up msvc env
97999799
if: steps.cache-artifact.outputs.cache-hit != 'true'
98009800
uses: ilammy/msvc-dev-cmd@v1
9801+
- name: Reset VCPKG_ROOT
9802+
shell: cmd
9803+
run: |
9804+
echo VCPKG_ROOT=C:\vcpkg>> %GITHUB_ENV%
98019805
- name: copy CMakePresets for WinFlexBison
98029806
if: steps.cache-artifact.outputs.cache-hit != 'true'
98039807
shell: cmd

0 commit comments

Comments
 (0)