diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 575a97c1..492abb40 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup cmake - uses: jwlawson/actions-setup-cmake@v1.14 + uses: jwlawson/actions-setup-cmake@v2.0 with: cmake-version: '3.16.x' - name: Build native libraries