Skip to content

Commit

Permalink
Reduce workflow overhead
Browse files Browse the repository at this point in the history
  • Loading branch information
karurochari committed Dec 9, 2024
1 parent 29cd61d commit 3ea40e7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update
sudo apt update
sudo apt remove -y firefox
sudo apt upgrade -y
sudo apt install -y \
freeglut3-dev \
libcurl4-openssl-dev \
libpng-dev \
libsqlite3-0 \
python3-pip \
python3-setuptools
python3 -m pip install meson ninja
python3 -m pip uninstall cmake
#python3 -m pip uninstall cmake
#python3 -m pip install cmake==3.30.5 # workaround https://github.com/mesonbuild/meson/issues/13888
- name: Configure and build
run: |
Expand Down

0 comments on commit 3ea40e7

Please sign in to comment.