Skip to content

Commit

Permalink
adjust versions for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
himwho committed Oct 1, 2024
1 parent b6373ef commit 4eeed74
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ env:
BUILD_TYPE: Release
OM_BUNDLE_ID: com.mach1.spatial.orientationmanager
OC_BUNDLE_ID: com.mach1.orientation.osc
JUCE_VERSION: 7.1.2
CMAKE_VERSION: 3.21.x
CMAKE_VERSION: 3.22.x
VERSION: 0.9.1

jobs:
Expand All @@ -26,7 +25,7 @@ jobs:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.13
with:
cmake-version: 3.21.x
cmake-version: $CMAKE_VERSION

- name: Test cmake
run: cmake --version
Expand Down

0 comments on commit 4eeed74

Please sign in to comment.