Skip to content

Commit

Permalink
Try fix linux Qt5 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStevns committed Nov 29, 2024
1 parent 685f96f commit f686205
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 83,18 @@ jobs:
if: runner.os == 'Linux'
run: |
apt-get update -yq
if [[ "${{matrix.qt}}"" == 5]]; then
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
nvm install 16.20.2
nvm use 16.20.2
fi
apt-get -yq install software-properties-common
apt-add-repository -y ppa:git-core/ppa
apt-get update -yq
apt-get install -yq --no-install-suggests --no-install-recommends git
if: runner.os == 'Linux' || matrix.qt == 5
- name: Check out repository
uses: actions/checkout@v3
- name: Install dependencies
Expand Down

0 comments on commit f686205

Please sign in to comment.