Skip to content

Commit 2d8bcc1

Browse files
committed
Select a newer version of cpp-actions
Reason: Alan fixed two issues for which: a) no MSVC entries were generated; b) `${{ steps.setup-cpp.outputs.cxx }}` was not set for MSVC.
1 parent 81a8a11 commit 2d8bcc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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: .

0 commit comments

Comments
 (0)