File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333
3434 - name : Generate test matrix
3535 id : cpp-matrix
36- uses : alandefreitas/cpp-actions/cpp-matrix@v1.9.0
36+ uses : alandefreitas/cpp-actions/cpp-matrix@318706742aceeff2b6a6ef91a12d468b49ba9b40
3737 with :
3838 compilers : |
3939 gcc >=15
@@ -88,14 +88,14 @@ jobs:
8888
8989 - name : Setup C++
9090 id : setup-cpp
91- uses : alandefreitas/cpp-actions/setup-cpp@v1.9.0
91+ uses : alandefreitas/cpp-actions/setup-cpp@318706742aceeff2b6a6ef91a12d468b49ba9b40
9292 with :
9393 compiler : ${{ matrix.compiler }}
9494 version : ${{ matrix.version }}
9595
9696 - name : Install dependencies
9797 if : matrix.install != ''
98- uses : alandefreitas/cpp-actions/package-install@v1.9.0
98+ uses : alandefreitas/cpp-actions/package-install@318706742aceeff2b6a6ef91a12d468b49ba9b40
9999 with :
100100 apt-get : ${{ matrix.install }}
101101
@@ -135,7 +135,7 @@ jobs:
135135 echo "common-ldflags=$common_ldflags" >> $GITHUB_OUTPUT
136136
137137 - name : Configure & build
138- uses : alandefreitas/cpp-actions/cmake-workflow@v1.9.0
138+ uses : alandefreitas/cpp-actions/cmake-workflow@318706742aceeff2b6a6ef91a12d468b49ba9b40
139139 with :
140140 cmake-version : ' >=3.26'
141141 source-dir : .
You can’t perform that action at this time.
0 commit comments