Skip to content

Commit

Permalink
attempt to skip build-essential
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 6, 2023
1 parent 9d35084 commit 2bb5bc6
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 @@ -33,12 +33,6 @@ jobs:
- 11.1.3

steps:
- name: Install additional dependencies (ubuntu)
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y build-essential git
- uses: lukka/get-cmake@latest

- name: Cache Xerces-C Installation
Expand Down

0 comments on commit 2bb5bc6

Please sign in to comment.