Skip to content

Commit

Permalink
WIP: retesting only one main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Jan 23, 2024
1 parent c76d1e5 commit 6295a85
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 27 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/build-ironpython.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-cpython
name: build

on: [push]

Expand All @@ -25,4 +25,26 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: cpy_ghuser-components
path: build

build_ipy_ghuser_components:
name: windows-ironpython
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: NuGet/[email protected]

- name: Install IronPython
run: |
choco install ironpython --version=2.7.8.1
- name: Run
uses: ./
with:
source: examples/ipy
target: build

- uses: actions/upload-artifact@v2
with:
name: ipy_ghuser-components
path: build

0 comments on commit 6295a85

Please sign in to comment.