File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204204 submodules : recursive
205205
206206 - name : Setup ${{ matrix.platform.name }} and packages
207- uses : cross-platform-actions/action@v0.29 .0
207+ uses : cross-platform-actions/action@v0.30 .0
208208 with :
209209 operating_system : ${{ matrix.platform.os }}
210210 architecture : ${{ matrix.platform.arch }}
@@ -217,7 +217,7 @@ jobs:
217217 run : ${{ matrix.platform.install-cmd }}
218218
219219 - name : Run CMake
220- uses : cross-platform-actions/action@v0.29 .0
220+ uses : cross-platform-actions/action@v0.30 .0
221221 with :
222222 operating_system : ${{ matrix.platform.os }}
223223 architecture : ${{ matrix.platform.arch }}
@@ -230,7 +230,7 @@ jobs:
230230 run : cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.Configuration }} -DCMAKE_UNITY_BUILD=ON --log-level VERBOSE
231231
232232 - name : Run CMake Build
233- uses : cross-platform-actions/action@v0.29 .0
233+ uses : cross-platform-actions/action@v0.30 .0
234234 with :
235235 operating_system : ${{ matrix.platform.os }}
236236 architecture : ${{ matrix.platform.arch }}
You can’t perform that action at this time.
0 commit comments