Skip to content

Commit

Permalink
[CHORE:CI] Fix tests-build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nots1dd committed Jan 24, 2025
1 parent ebe9e48 commit b526ab5
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/inLimbo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,8 @@ jobs:
# Install dependencies
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
build-essential \
cmake \
g++ \
libgtest-dev \
pkg-config \
libglib2.0-dev \
libgio-2.0-dev \
libpthread-stubs0-dev
sudo apt-get update
sudo apt-get install -y build-essential cmake libtag1-dev git libglib2.0-dev imagemagick libx11-dev libpng-dev libcereal-dev # Example dependencies, modify as needed

# Run initialization script (if needed)
- name: Run tests from Makefile
Expand Down

0 comments on commit b526ab5

Please # to comment.