Skip to content

Commit

Permalink
removed unnecessary check for os
Browse files Browse the repository at this point in the history
  • Loading branch information
jklimke committed Jan 4, 2024
1 parent d389c30 commit 23af044
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Packages for Ubuntu
if: startsWith(matrix.config.os, 'ubuntu')
run: sudo apt-get update && sudo apt-get install -y --fix-missing libxerces-c-dev libxerces-c3.2 libgdal30 libgdal-dev libopenscenegraph-dev

# - name: Install deps windows
# if: startsWith(matrix.config.os, 'windows')
# run: choco install ninja cmake
- name: Install Packages for Ubuntu
run: sudo apt-get update && sudo apt-get install -y --fix-missing libxerces-c-dev libxerces-c3.2 libgdal30 libgdal-dev libopenscenegraph-dev
- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
id: strings
Expand Down

0 comments on commit 23af044

Please sign in to comment.