Skip to content

Commit

Permalink
fix ci 3
Browse files Browse the repository at this point in the history
  • Loading branch information
topi-banana committed Dec 24, 2024
1 parent d9f81a6 commit b5111dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12

- name: Download build artifacts
uses: actions/download-artifact@v4
Expand All @@ -72,6 +75,8 @@ jobs:
path: build-artifacts

- name: Make build summary
run: python3 .github/workflows/scripts/summary.py # ubuntu-22.04 uses Python 3.10.6
run: |
pip install jproperties
python .github/workflows/scripts/summary.py
env:
TARGET_SUBPROJECT: ${{ inputs.target_subproject }}

0 comments on commit b5111dd

Please sign in to comment.