Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jklimke authored Jan 4, 2024
1 parent 2a01ef2 commit 4166ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Packages for Ubuntu
run: sudo apt-get install -y libxerces-c-dev libxerces-c3.2 libgdal34 libgdal-dev libopenscenegraph-dev
run: sudo apt-get install -y libxerces-c-dev libxerces-c3.2 libgdal33 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 4166ed1

Please sign in to comment.