Skip to content
Snippets Groups Projects
Unverified Commit 5b16a884 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone Committed by GitHub
Browse files

Merge pull request #194 from PrivateStorageio/193.windows-ci

Remove the vcpython27 installation step
parents 17337cc5 6fa11723
No related branches found
No related tags found
No related merge requests found
......@@ -24,12 +24,6 @@ jobs:
run: |
git fetch --tags
# Get MS VC++ 9 aka Visual Studio 2008, required to build Python 2.7
# extensions (zfec via Tahoe-LAFS).
- uses: "crazy-max/ghaction-chocolatey@v1"
with:
args: "install vcpython27"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment