Skip to content

Commit

Permalink
Suppress changing system Python
Browse files Browse the repository at this point in the history
  • Loading branch information
petetronic committed Jan 17, 2025
1 parent 48e2f3e commit e2d5a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-build-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
sudo apt-get install -y libasound2
fi
sudo apt-get install -y \
vim curl build-essential clang make cmake git \
vim curl libcurl4-openssl-dev libproj-dev build-essential clang make cmake git \
libsodium-dev libxkbfile-dev pkg-config libsecret-1-dev libxss1 dbus xvfb \
libgtk-3-0 libgbm1 libnss3 libnspr4 libkrb5-dev libcairo-dev \
libsdl-pango-dev libjpeg-dev libgif-dev pandoc
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Parse Tags from PR Body
id: pr-tags
run: bash scripts/pr-tags-parse.sh
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
Expand Down

0 comments on commit e2d5a32

Please sign in to comment.