Skip to content

Commit

Permalink
Test workflow fix II.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Jan 23, 2025
1 parent 3e3114b commit ffef0bb
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

env:
working-directory: ./
Expand All @@ -44,7 +44,17 @@ jobs:
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install -y python3-dev python3-pip python3.11 python3.11-dev python3.11-venv
sudo apt-get update && apt-get upgrade -y && \
apt-get install -y software-properties-common
# add extra repos
sudo apt-add-repository multiverse && \
apt-add-repository universe && \
add-apt-repository ppa:graphics-drivers/ppa && \
add-apt-repository ppa:deadsnakes/ppa && \
apt-get update && apt-get upgrade -y
sudo apt-get install -y python3-dev python3-pip python3.11 python3.11-dev
sudo echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections
sudo apt-get install -y --no-install-recommends fontconfig ttf-mscorefonts-installer
Expand Down

0 comments on commit ffef0bb

Please sign in to comment.