Skip to content

Commit

Permalink
remove build-essentials from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 6, 2023
1 parent e9b22f8 commit 58e873d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,6 @@ jobs:

- uses: lukka/get-cmake@latest

- name: Install additional dependencies (ubuntu)
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y build-essential
- name: Cache Xerces-C Installation
id: cache-xerces
uses: actions/cache@v3
Expand Down

0 comments on commit 58e873d

Please sign in to comment.