Skip to content

Commit 35bfde6

Browse files
committed
remove pull and update steps
1 parent 04065a1 commit 35bfde6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/quick-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ jobs:
4949
run: |
5050
cd ${{ env.VCPKG_ROOT }}
5151
git checkout master
52-
git fetch
53-
git pull
54-
./vcpkg update
5552
5653
# Setup the build machine with the most recent versions of CMake and Ninja. Both are cached if not already: on subsequent runs both will be quickly restored from GitHub cache service.
5754
- uses: lukka/get-cmake@latest

0 commit comments

Comments
 (0)