Skip to content

Commit

Permalink
Don't install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Mar 11, 2024
1 parent 607bc26 commit 0cb04ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ jobs:
packages: ${{ env.UBUNTU_REQUIRED_PKGS }}
version: 2.0 # Increment this to pull newer packages
execute_install_scripts: true
- name: AARCH64 install packages
if: matrix.platform == 'aarch64'
run: apt update && apt install -y libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libfontconfig1-dev libfreetype6-dev libglib2.0-dev
# - name: AARCH64 install packages
# if: matrix.platform == 'aarch64'
# run: apt update && apt install -y libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libfontconfig1-dev libfreetype6-dev libglib2.0-dev

- name: Set up cargo cache
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 0cb04ed

Please sign in to comment.