Skip to content

Don't clear other environment variables #8

Don't clear other environment variables

Don't clear other environment variables #8

Workflow file for this run

---
on:
push:
branches: master
pull_request:
branches: master
jobs:
MSVC:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: ilammy/msvc-dev-cmd@v1
- name: Build
run: nmake /nologo
- name: Test
run: python3 tester.py