mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-07 06:07:19 +08:00
[debug] add this thing that should fail
This commit is contained in:
@@ -20,6 +20,19 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out source code
|
- name: Check out source code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Setup miniconda
|
||||||
|
uses: conda-incubator/setup-miniconda@v2
|
||||||
|
with:
|
||||||
|
activate-environment: z5-build-env
|
||||||
|
auto-update-conda: true
|
||||||
|
channels: conda-forge
|
||||||
|
environment-file: .github/workflows/environment.yaml
|
||||||
|
python-version: 3.7
|
||||||
|
auto-activate-base: false
|
||||||
|
env:
|
||||||
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
|
||||||
|
|
||||||
- name: Download Internet
|
- name: Download Internet
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Enable Developer Command Prompt
|
- name: Enable Developer Command Prompt
|
||||||
|
|||||||
Reference in New Issue
Block a user