Skip to content

Commit

Permalink
fix a couple build args
Browse files Browse the repository at this point in the history
  • Loading branch information
X-sam committed Mar 3, 2024
1 parent be88dee commit cefc6d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-multi-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
shell: zsh
run: |
brew install avrdude
brew install qt
Expand Down Expand Up @@ -478,7 +479,7 @@ jobs:
echo "tag=$(git describe --tags)" >> $GITHUB_OUTPUT
echo "python=python${{matrix.python-version}}" >> $GITHUB_OUTPUT
echo "manifest=$(cat src/main/resources/base/ayab/firmware/manifest.txt)" >> $GITHUB_OUTPUT
echo "python-appimage=python${{matrix.python-version}}.5-cp311-cp311-manylinux_2_28_x86_64.AppImage" >> $GITHUB_OUTPUT
echo "python-appimage=python${{matrix.python-version}}.8-cp311-cp311-manylinux_2_28_x86_64.AppImage" >> $GITHUB_OUTPUT
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit cefc6d9

Please sign in to comment.