Skip to content

Delete python.

Delete python. #30

Workflow file for this run

name: MetaCall Distributable Windows Test
on:
workflow_dispatch:
pull_request:
push:
jobs:
test:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- uses: ilammy/msvc-dev-cmd@v1
with:
arch: amd64
- name: Delete Python
run: rd /s /q "C:\hostedtoolcache\windows\Python"
- name: Build
shell: powershell
run: .\build.bat
- name: Test
shell: powershell
run: .\test.bat