Skip to content

Commit

Permalink
FIX: clr missing module for ghcomponentizer in yaker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed May 5, 2024
1 parent b28ee43 commit 2e42e5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/yakbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ jobs:
with:
python-version: '3.x'

- name: Install Python and pythonnet
uses: actions/setup-python@v2
with:
python-version: '3.9.10'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install invoke
pip install pythonnet
- name: Install .NET Framework 4.8
uses: microsoft/[email protected]
Expand Down

0 comments on commit 2e42e5d

Please sign in to comment.